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

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

Issue 1161823002: Correctly keep track of isolates for microtask execution (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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 | « no previous file | Source/core/dom/Document.cpp » ('j') | Source/core/dom/Microtask.h » ('J')
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 14deea08e040faf530f494471f1efecbec40d7e1..682fe9d2e06243e0b879e943e0138d344db742e6 100644
--- a/Source/bindings/core/v8/V8RecursionScope.cpp
+++ b/Source/bindings/core/v8/V8RecursionScope.cpp
@@ -37,7 +37,7 @@ namespace blink {
void V8RecursionScope::didLeaveScriptContext()
{
- Microtask::performCheckpoint();
+ Microtask::performCheckpoint(m_isolate);
V8PerIsolateData::from(m_isolate)->runEndOfScopeTasks();
}
« no previous file with comments | « no previous file | Source/core/dom/Document.cpp » ('j') | Source/core/dom/Microtask.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698