| Index: runtime/vm/method_recognizer.cc
|
| diff --git a/runtime/vm/method_recognizer.cc b/runtime/vm/method_recognizer.cc
|
| index 649a1fe638c3f4754de63cc32d676c0fb3997bc7..5ff6a4651fb757d29902ffd70b20289de7e3e56b 100644
|
| --- a/runtime/vm/method_recognizer.cc
|
| +++ b/runtime/vm/method_recognizer.cc
|
| @@ -133,7 +133,6 @@ const char* MethodRecognizer::KindToCString(Kind kind) {
|
| }
|
|
|
|
|
| -#if defined(DART_NO_SNAPSHOT)
|
| void MethodRecognizer::InitializeState() {
|
| GrowableArray<Library*> libs(3);
|
| libs.Add(&Library::ZoneHandle(Library::CoreLibrary()));
|
| @@ -183,6 +182,6 @@ void MethodRecognizer::InitializeState() {
|
| #undef SET_IS_POLYMORPHIC_TARGET
|
| #undef SET_FUNCTION_BIT
|
| }
|
| -#endif // defined(DART_NO_SNAPSHOT).
|
| +
|
|
|
| } // namespace dart
|
|
|