| Index: src/objects-inl.h
|
| diff --git a/src/objects-inl.h b/src/objects-inl.h
|
| index 40ce81a9b7bbee62fe31f22d273c00b82062b045..9564ff0be077f56e1e3abd8361f5c778b4ae0dfb 100644
|
| --- a/src/objects-inl.h
|
| +++ b/src/objects-inl.h
|
| @@ -479,11 +479,6 @@ Handle<Object> StringTableShape::AsHandle(Isolate* isolate, HashTableKey* key) {
|
| }
|
|
|
|
|
| -Handle<Object> MapCacheShape::AsHandle(Isolate* isolate, HashTableKey* key) {
|
| - return key->AsHandle(isolate);
|
| -}
|
| -
|
| -
|
| Handle<Object> CompilationCacheShape::AsHandle(Isolate* isolate,
|
| HashTableKey* key) {
|
| return key->AsHandle(isolate);
|
| @@ -3288,7 +3283,6 @@ CAST_ACCESSOR(JSValue)
|
| CAST_ACCESSOR(JSWeakMap)
|
| CAST_ACCESSOR(JSWeakSet)
|
| CAST_ACCESSOR(Map)
|
| -CAST_ACCESSOR(MapCache)
|
| CAST_ACCESSOR(Name)
|
| CAST_ACCESSOR(NameDictionary)
|
| CAST_ACCESSOR(NormalizedMapCache)
|
|
|