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

Unified Diff: src/WebRequestJsObject.h

Issue 10184021: Some refactoring of global JavaScript objects (Closed)
Patch Set: Unbitrotted patch Created April 16, 2013, 3:32 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 | « src/JsValue.cpp ('k') | src/WebRequestJsObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/WebRequestJsObject.h
===================================================================
--- a/src/WebRequestJsObject.h
+++ b/src/WebRequestJsObject.h
@@ -1,16 +1,16 @@
#ifndef ADBLOCK_PLUS_WEB_REQUEST_JS_OBJECT_H
#define ADBLOCK_PLUS_WEB_REQUEST_JS_OBJECT_H
#include <v8.h>
namespace AdblockPlus
{
- class WebRequest;
+ class JsEngine;
namespace WebRequestJsObject
{
- v8::Handle<v8::ObjectTemplate> Create(WebRequest& webRequest);
+ v8::Handle<v8::ObjectTemplate> Create(JsEngine& jsEngine);
}
}
#endif
« no previous file with comments | « src/JsValue.cpp ('k') | src/WebRequestJsObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld