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 |