Index: runtime/vm/method_recognizer.h |
=================================================================== |
--- runtime/vm/method_recognizer.h (revision 45699) |
+++ runtime/vm/method_recognizer.h (working copy) |
@@ -455,7 +455,9 @@ |
static bool AlwaysInline(const Function& function); |
static bool PolymorphicTarget(const Function& function); |
static const char* KindToCString(Kind kind); |
+#if defined(DART_NO_SNAPSHOT) |
static void InitializeState(); |
+#endif // defined(DART_NO_SNAPSHOT). |
}; |