Chromium Code Reviews| Index: src/objects.cc |
| =================================================================== |
| --- src/objects.cc (revision 9554) |
| +++ src/objects.cc (working copy) |
| @@ -10527,7 +10527,7 @@ |
| template class HashTable<MapCacheShape, HashTableKey*>; |
| -template class HashTable<ObjectHashTableShape, JSObject*>; |
| +template class HashTable<ObjectHashTableShape, JSReceiver*>; |
| template class Dictionary<StringDictionaryShape, String*>; |