| Index: runtime/include/dart_api.h
|
| diff --git a/runtime/include/dart_api.h b/runtime/include/dart_api.h
|
| index c7390e7f084cce5c9f4fcdeb4c09e4b329e8002a..bc8c474ddc275e2963a38b7eec41b81752fc5149 100755
|
| --- a/runtime/include/dart_api.h
|
| +++ b/runtime/include/dart_api.h
|
| @@ -2658,7 +2658,8 @@ DART_EXPORT Dart_Handle Dart_SetNativeResolver(
|
| typedef enum {
|
| Dart_kImportTag = 0,
|
| Dart_kSourceTag,
|
| - Dart_kCanonicalizeUrl
|
| + Dart_kCanonicalizeUrl,
|
| + Dart_kScriptTag,
|
| } Dart_LibraryTag;
|
|
|
| /* TODO(turnidge): Document. */
|
|
|