| Index: runtime/vm/flow_graph_builder.cc
|
| diff --git a/runtime/vm/flow_graph_builder.cc b/runtime/vm/flow_graph_builder.cc
|
| index cc067d70256832c7dbf15cb1887d47c7b0a3c4a6..b29e7ab3500eb7fdc05911e21a9d3a39df98c0c2 100644
|
| --- a/runtime/vm/flow_graph_builder.cc
|
| +++ b/runtime/vm/flow_graph_builder.cc
|
| @@ -2,6 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +#if !defined(DART_PRECOMPILED_RUNTIME)
|
| +
|
| #include "vm/flow_graph_builder.h"
|
|
|
| #include "lib/invocation_mirror.h"
|
| @@ -4419,3 +4421,5 @@ bool FlowGraphBuilder::SimpleInstanceOfType(const AbstractType& type) {
|
| }
|
|
|
| } // namespace dart
|
| +
|
| +#endif // !defined(DART_PRECOMPILED_RUNTIME)
|
|
|