Chromium Code Reviews| Index: runtime/vm/assembler.cc |
| diff --git a/runtime/vm/assembler.cc b/runtime/vm/assembler.cc |
| index 884326f397d9dd1dc9c89256655b96da446e4ef9..3ee2a44a48ea9b4590c9e85de39e8840a18a2ea6 100644 |
| --- a/runtime/vm/assembler.cc |
| +++ b/runtime/vm/assembler.cc |
| @@ -11,6 +11,8 @@ |
| #include "vm/os.h" |
| #include "vm/zone.h" |
| +#if !defined(DART_PRECOMPILED_RUNTIME) |
|
zra
2017/07/11 20:25:08
Should this go above the includes? Here and in oth
Aske Simon Christensen
2017/07/12 18:51:33
Certainly. Done.
|
| + |
| namespace dart { |
| DEFINE_FLAG(bool, |
| @@ -331,3 +333,5 @@ RawObjectPool* ObjectPoolWrapper::MakeObjectPool() { |
| } // namespace dart |
| + |
| +#endif // !defined(DART_PRECOMPILED_RUNTIME) |