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

Unified Diff: mojo/dart/embedder/builtin.dart

Issue 1519213004: Roll Dart forward. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Fix comment Created 5 years 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 | « DEPS ('k') | mojo/dart/packages/mojo/sdk_ext/src/natives.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/embedder/builtin.dart
diff --git a/mojo/dart/embedder/builtin.dart b/mojo/dart/embedder/builtin.dart
index 2ad9c1535cd8a92641f27b1d0f8c67113a8ef47c..59d0e391520cb7ff87e9f1f8cbc299758fe0b60e 100644
--- a/mojo/dart/embedder/builtin.dart
+++ b/mojo/dart/embedder/builtin.dart
@@ -37,6 +37,7 @@ _getUriBaseClosure() => _uriBase;
_setupHooks() {
VMLibraryHooks.eventHandlerSendData = MojoHandleWatcher.timer;
+ VMLibraryHooks.timerMillisecondClock = MojoCoreNatives.timerMillisecondClock;
}
String _rawCwd;
« no previous file with comments | « DEPS ('k') | mojo/dart/packages/mojo/sdk_ext/src/natives.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698