| Index: src/heap/heap.h
|
| diff --git a/src/heap/heap.h b/src/heap/heap.h
|
| index 42214635f593aed2824aba42106d4c76d1d8fc40..bdfd01f88a904c07ee232bd7d85a31536fe25aea 100644
|
| --- a/src/heap/heap.h
|
| +++ b/src/heap/heap.h
|
| @@ -164,7 +164,6 @@ using v8::MemoryPressureLevel;
|
| V(JSObject, message_listeners, MessageListeners) \
|
| V(UnseededNumberDictionary, code_stubs, CodeStubs) \
|
| V(UnseededNumberDictionary, non_monomorphic_cache, NonMonomorphicCache) \
|
| - V(PolymorphicCodeCache, polymorphic_code_cache, PolymorphicCodeCache) \
|
| V(Code, js_entry_code, JsEntryCode) \
|
| V(Code, js_construct_entry_code, JsConstructEntryCode) \
|
| V(FixedArray, natives_source_cache, NativesSourceCache) \
|
|
|