Index: runtime/vm/megamorphic_cache_table.h |
diff --git a/runtime/vm/megamorphic_cache_table.h b/runtime/vm/megamorphic_cache_table.h |
index ee65118221810eecdb98f4cf76a5fa0402af3e6d..cc813e8dd17a5322a6be83d98c9122c74223fcf0 100644 |
--- a/runtime/vm/megamorphic_cache_table.h |
+++ b/runtime/vm/megamorphic_cache_table.h |
@@ -23,7 +23,7 @@ class String; |
class MegamorphicCacheTable : public AllStatic { |
public: |
static RawFunction* miss_handler(Isolate* isolate); |
- static void InitMissHandler(Isolate* isolate); |
+ NOT_IN_PRECOMPILED(static void InitMissHandler(Isolate* isolate)); |
static RawMegamorphicCache* Lookup(Isolate* isolate, |
const String& name, |