Index: runtime/vm/raw_object.h |
diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h |
index b16d1d582d3236126a02d92dc8e09321d17277aa..cf8ecdf859fc2faf2b7fcf328305c136ffeae6e3 100644 |
--- a/runtime/vm/raw_object.h |
+++ b/runtime/vm/raw_object.h |
@@ -777,6 +777,7 @@ class RawLibrary : public RawObject { |
Dart_NativeEntryResolver native_entry_resolver_; // Resolves natives. |
Dart_NativeEntrySymbol native_entry_symbol_resolver_; |
bool corelib_imported_; |
+ bool is_dart_scheme_; |
bool debuggable_; // True if debugger can stop in library. |
int8_t load_state_; // Of type LibraryState. |