Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(347)

Unified Diff: Source/bindings/core/v8/V8RecursionScope.cpp

Issue 429453010: Drop V8RecursionScope dependency on ExecutionContext (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Reorder cleanup methods per haraken Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/bindings/core/v8/V8RecursionScope.h ('k') | Source/bindings/core/v8/V8ScriptRunner.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/V8RecursionScope.cpp
diff --git a/Source/bindings/core/v8/V8RecursionScope.cpp b/Source/bindings/core/v8/V8RecursionScope.cpp
index 3dd45966b8196caa2fd4bf27a9fae88a90050e15..92116cfb3a2918503e4c7ba4efa49b37342740fd 100644
--- a/Source/bindings/core/v8/V8RecursionScope.cpp
+++ b/Source/bindings/core/v8/V8RecursionScope.cpp
@@ -39,7 +39,7 @@ namespace blink {
void V8RecursionScope::didLeaveScriptContext()
{
Microtask::performCheckpoint();
- ModuleProxy::moduleProxy().didLeaveScriptContextForRecursionScope(m_executionContext);
+ ModuleProxy::moduleProxy().didLeaveScriptContextForRecursionScope(m_isolate);
}
} // namespace blink
« no previous file with comments | « Source/bindings/core/v8/V8RecursionScope.h ('k') | Source/bindings/core/v8/V8ScriptRunner.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698