| Index: runtime/vm/compiler.h
|
| diff --git a/runtime/vm/compiler.h b/runtime/vm/compiler.h
|
| index 70c436f846de029977616079320fc3d504c30de5..0f9eccdcfe863b33b57a5d45c22c7775065f8463 100644
|
| --- a/runtime/vm/compiler.h
|
| +++ b/runtime/vm/compiler.h
|
| @@ -26,6 +26,8 @@ class Compiler : public AllStatic {
|
| public:
|
| static const intptr_t kNoOSRDeoptId = Thread::kNoDeoptId;
|
|
|
| + static bool IsBackgroundCompilation();
|
| +
|
| // Extracts top level entities from the script and populates
|
| // the class dictionary of the library.
|
| //
|
|
|