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

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

Issue 142193004: Create & use microtask work queue (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: cr changes Created 6 years, 11 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
Index: Source/bindings/v8/V8RecursionScope.cpp
diff --git a/Source/bindings/v8/V8RecursionScope.cpp b/Source/bindings/v8/V8RecursionScope.cpp
index c08fba7c855efb188047777c0fb263a92d5f16c7..bdfa11301015a4ec5821d262a2796b7896fd9a2e 100644
--- a/Source/bindings/v8/V8RecursionScope.cpp
+++ b/Source/bindings/v8/V8RecursionScope.cpp
@@ -45,7 +45,7 @@ void V8RecursionScope::didLeaveScriptContext()
IDBPendingTransactionMonitor::deactivateNewTransactions();
if (m_isDocumentContext)
- Microtask::performCheckpoint();
+ Microtask::performMicrotaskCheckpoint();
adamk 2014/01/29 23:27:16 Sorry for any confusion, this isn't he one I meant
rafaelw 2014/01/29 23:43:28 My fault. You weren't being unclear. I just misrea
}
} // namespace WebCore

Powered by Google App Engine
This is Rietveld 408576698