Chromium Code Reviews| Index: runtime/include/dart_api.h |
| diff --git a/runtime/include/dart_api.h b/runtime/include/dart_api.h |
| index 8ccbe7a5380140f857dbd95a8613dc0b4f532747..58780b7f42d54a70cd6498712628f9c79643c286 100644 |
| --- a/runtime/include/dart_api.h |
| +++ b/runtime/include/dart_api.h |
| @@ -2719,6 +2719,7 @@ typedef enum { |
| Dart_kScriptTag, |
| Dart_kSourceTag, |
| Dart_kImportTag, |
| + Dart_kKernelTag, |
|
aam
2017/08/18 16:04:20
Can we please add a description of this tag in the
siva
2017/08/18 17:17:51
Done.
|
| } Dart_LibraryTag; |
| /** |