Index: runtime/vm/ast_transformer.cc |
diff --git a/runtime/vm/ast_transformer.cc b/runtime/vm/ast_transformer.cc |
index 7ce398c8652eee9fe7a4f187342df9617b46c67a..1cb9e6413ea410c1f127d9d19cda0988c447cb26 100644 |
--- a/runtime/vm/ast_transformer.cc |
+++ b/runtime/vm/ast_transformer.cc |
@@ -8,6 +8,8 @@ |
#include "vm/parser.h" |
#include "vm/thread.h" |
+#if !defined(DART_PRECOMPILED_RUNTIME) |
+ |
namespace dart { |
// Quick access to the current thread. |
@@ -528,3 +530,5 @@ void AwaitTransformer::VisitThrowNode(ThrowNode* node) { |
} |
} // namespace dart |
+ |
+#endif // !defined(DART_PRECOMPILED_RUNTIME) |