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

Unified Diff: src/JsContext.cpp

Issue 6584950149087232: Issue 1280 - Update v8 (Closed)
Patch Set: revert not critical chanegs in JsValue ctr Created Nov. 3, 2014, 2:49 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 | « libadblockplus.gyp ('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(jsEngine->context)
+ contextScope(v8::Local<v8::Context>::New(jsEngine->isolate, jsEngine->context))
{
}
« no previous file with comments | « libadblockplus.gyp ('k') | src/JsEngine.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld