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

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, 7 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
Index: runtime/include/dart_api.h
diff --git a/runtime/include/dart_api.h b/runtime/include/dart_api.h
index d019d4fcea5bfe401be5ade8377c45bafb5fc291..38da0d42f0d388c4825d62d5370da834f4fd0059 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. */

Powered by Google App Engine
This is Rietveld 408576698