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

Unified Diff: runtime/include/dart_api.h

Issue 1998963003: Rework standalone to use a synchronous loader that does not invoke Dart code (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 6 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 | « runtime/bin/vmservice/vmservice_io.dart ('k') | runtime/lib/lib_prefix.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/include/dart_api.h
diff --git a/runtime/include/dart_api.h b/runtime/include/dart_api.h
index 49a080a96a525f2139a0f8b64b691076be1e7593..e27d70e44e4217130f68a6abc9af3ca992f477c1 100755
--- a/runtime/include/dart_api.h
+++ b/runtime/include/dart_api.h
@@ -2656,10 +2656,10 @@ DART_EXPORT Dart_Handle Dart_SetNativeResolver(
/* TODO(turnidge): Finish documenting this section. */
typedef enum {
- Dart_kImportTag = 0,
- Dart_kSourceTag,
- Dart_kCanonicalizeUrl,
+ Dart_kCanonicalizeUrl = 0,
Dart_kScriptTag,
+ Dart_kSourceTag,
+ Dart_kImportTag,
} Dart_LibraryTag;
/* TODO(turnidge): Document. */
« no previous file with comments | « runtime/bin/vmservice/vmservice_io.dart ('k') | runtime/lib/lib_prefix.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698