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

Unified Diff: src/JsContext.cpp

Issue 5598762307158016: Issue 1550 - Get rid of V8ValueHolder.h (Closed)
Patch Set: Created Nov. 10, 2014, 9:18 a.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/FilterEngine.cpp ('k') | src/JsEngine.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/JsContext.cpp
===================================================================
--- a/src/JsContext.cpp
+++ b/src/JsContext.cpp
@@ -19,6 +19,6 @@
AdblockPlus::JsContext::JsContext(const JsEnginePtr jsEngine)
: locker(jsEngine->isolate), handleScope(),
- contextScope(v8::Local<v8::Context>::New(jsEngine->isolate, jsEngine->context))
+ contextScope(v8::Local<v8::Context>::New(jsEngine->isolate, *jsEngine->context))
{
}
« no previous file with comments | « src/FilterEngine.cpp ('k') | src/JsEngine.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld