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

Unified Diff: src/WebRequestJsObject.h

Issue 10259001: XMLHttpRequest API (Closed)
Patch Set: Created April 10, 2013, 3:19 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
Index: src/WebRequestJsObject.h
===================================================================
new file mode 100644
--- /dev/null
+++ b/src/WebRequestJsObject.h
@@ -0,0 +1,16 @@
+#ifndef ADBLOCK_PLUS_WEB_REQUEST_JS_OBJECT_H
+#define ADBLOCK_PLUS_WEB_REQUEST_JS_OBJECT_H
+
+#include <v8.h>
+
+class WebRequest;
Felix Dahlke 2013/04/11 09:33:42 Should be in namespace AdblockPlus.
+
+namespace AdblockPlus
+{
+ namespace WebRequestJsObject
+ {
+ v8::Handle<v8::ObjectTemplate> Create(WebRequest& webRequest);
+ }
+}
+
+#endif

Powered by Google App Engine
This is Rietveld