Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/GlobalJsObject.h

Issue 10259001: XMLHttpRequest API (Closed)
Patch Set: Addressed review comments Created April 11, 2013, 4:30 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « shell/src/Main.cpp ('k') | src/GlobalJsObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/GlobalJsObject.h
===================================================================
--- a/src/GlobalJsObject.h
+++ b/src/GlobalJsObject.h
@@ -1,14 +1,18 @@
#ifndef ADBLOCK_PLUS_GLOBAL_JS_OBJECT_H
#define ADBLOCK_PLUS_GLOBAL_JS_OBJECT_H
-#include "ConsoleJsObject.h"
+#include <v8.h>
namespace AdblockPlus
{
+ class ErrorCallback;
+ class WebRequest;
+
namespace GlobalJsObject
{
- v8::Handle<v8::ObjectTemplate> Create(ErrorCallback& errorCallback);
+ v8::Handle<v8::ObjectTemplate> Create(ErrorCallback& errorCallback,
+ WebRequest& webRequest);
}
}
#endif
« no previous file with comments | « shell/src/Main.cpp ('k') | src/GlobalJsObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld