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

Unified Diff: src/GlobalJsObject.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/GlobalJsObject.h ('k') | src/JsContext.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/GlobalJsObject.cpp
===================================================================
--- a/src/GlobalJsObject.cpp
+++ b/src/GlobalJsObject.cpp
@@ -65,8 +65,8 @@
}
}
-JsValue& GlobalJsObject::Setup(JsEngine& jsEngine, const AppInfo& appInfo,
- JsValue& obj)
+AdblockPlus::JsValue& AdblockPlus::GlobalJsObject::Setup(AdblockPlus::JsEngine& jsEngine, const AppInfo& appInfo,
+ AdblockPlus::JsValue& obj)
{
obj.SetProperty("setTimeout", jsEngine.NewCallback(::SetTimeoutCallback));
obj.SetProperty("_triggerEvent", jsEngine.NewCallback(::TriggerEventCallback));
« no previous file with comments | « src/GlobalJsObject.h ('k') | src/JsContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld