| Index: src/heap/heap.h
|
| diff --git a/src/heap/heap.h b/src/heap/heap.h
|
| index b50950e477ea93702649aec0d1b2f8caa4b503d8..b1c38d4384c6026801bf4d659b17314c0637cf51 100644
|
| --- a/src/heap/heap.h
|
| +++ b/src/heap/heap.h
|
| @@ -866,8 +866,6 @@ class Heap {
|
| // scavenge operation.
|
| inline bool ShouldBePromoted(Address old_address, int object_size);
|
|
|
| - void ClearNormalizedMapCaches();
|
| -
|
| void IncrementDeferredCount(v8::Isolate::UseCounterFeature feature);
|
|
|
| // Completely clear the Instanceof cache (to stop it keeping objects alive
|
|
|