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

Unified Diff: src/WebRequestJsObject.cpp

Issue 29661564: Template out V8 and prepare for other JS engine implementations
Patch Set: Created Jan. 10, 2018, 1:29 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/WebRequestJsObject.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/WebRequestJsObject.cpp
===================================================================
--- a/src/WebRequestJsObject.cpp
+++ b/src/WebRequestJsObject.cpp
@@ -100,8 +100,8 @@
}
}
-AdblockPlus::JsValue& AdblockPlus::WebRequestJsObject::Setup(
- AdblockPlus::JsEngine& jsEngine, AdblockPlus::JsValue& obj)
+JsValue& WebRequestJsObject::Setup(
+ JsEngine& jsEngine, JsValue& obj)
{
obj.SetProperty("GET", jsEngine.NewCallback(::GETCallback));
return obj;
« no previous file with comments | « src/WebRequestJsObject.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld