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

Unified Diff: sky/engine/bindings/mojo_natives.cc

Issue 951783004: Dart: Renames dart:mojo_blah -> mojo:blah (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 | « sky/engine/bindings/builtin.cc ('k') | sky/engine/bindings/snapshot.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/bindings/mojo_natives.cc
diff --git a/sky/engine/bindings/mojo_natives.cc b/sky/engine/bindings/mojo_natives.cc
index 4bda05842a2ab59bf7f3572d757a7d674a95435f..9a1e3517214685338767c3d679bdacaacdd96ed8 100644
--- a/sky/engine/bindings/mojo_natives.cc
+++ b/sky/engine/bindings/mojo_natives.cc
@@ -99,7 +99,7 @@ static void SetInvalidArgumentReturn(Dart_NativeArguments arguments) {
}
static Dart_Handle MojoLib() {
- return DartBuiltin::LookupLibrary("dart:mojo_core");
+ return DartBuiltin::LookupLibrary("mojo:core");
}
static Dart_Handle SignalsStateToDart(Dart_Handle klass,
« no previous file with comments | « sky/engine/bindings/builtin.cc ('k') | sky/engine/bindings/snapshot.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698