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

Unified Diff: Source/bindings/dart/DartController.cpp

Issue 25846004: Set up _enqueueImmediate hook in Dartium. (Closed) Base URL: svn://svn.chromium.org/multivm/trunk/webkit
Patch Set: Fix after rename. Created 7 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/dart/DartController.cpp
diff --git a/Source/bindings/dart/DartController.cpp b/Source/bindings/dart/DartController.cpp
index 6b49b279706762072c6a5fa533cb2109c3b47bc6..93137bed72c5768ff79baa203c6549c27ce58330 100644
--- a/Source/bindings/dart/DartController.cpp
+++ b/Source/bindings/dart/DartController.cpp
@@ -177,6 +177,7 @@ Dart_Isolate DartController::createIsolate(const char* scriptURL, const char* en
(isDOMEnabled ? "_printClosure" : "_pureIsolatePrintClosure");
copyValue(html, printClosure, "dart:_collection-dev", 0, "_printClosure");
copyValue(html, isDOMEnabled ? "_timerFactoryClosure" : "_pureIsolateTimerFactoryClosure", "dart:async", "_TimerFactory", "_factory");
+ copyValue(html, isDOMEnabled ? "_scheduleImmediateClosure" : "_pureIsolateScheduleImmediateClosure", "dart:async", "_ScheduleImmediate", "_closure");
if (isDOMEnabled) {
// Create strongly reachable document wrapper. Document wrapper acts as a
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698