| Index: src/runtime.h
|
| diff --git a/src/runtime.h b/src/runtime.h
|
| index a8c10d92d5ecc31fafdf3c7f072d086787af375e..2fe9b0e39af553cd4bc0d925fb64f0f577c33b82 100644
|
| --- a/src/runtime.h
|
| +++ b/src/runtime.h
|
| @@ -467,10 +467,7 @@ namespace internal {
|
| F(TransitionElementsKind, 2, 1) \
|
| F(TransitionElementsSmiToDouble, 1, 1) \
|
| F(TransitionElementsDoubleToObject, 1, 1) \
|
| - F(HaveSameMap, 2, 1) \
|
| - /* profiler */ \
|
| - F(ProfilerResume, 0, 1) \
|
| - F(ProfilerPause, 0, 1)
|
| + F(HaveSameMap, 2, 1)
|
|
|
|
|
| #ifdef ENABLE_DEBUGGER_SUPPORT
|
|
|