Chromium Code Reviews| Index: src/objects.cc |
| =================================================================== |
| --- src/objects.cc (revision 9554) |
| +++ src/objects.cc (working copy) |
| @@ -10529,6 +10529,8 @@ |
| template class HashTable<ObjectHashTableShape, JSObject*>; |
|
Michael Starzinger
2011/10/10 08:49:36
I think we can remove this instance now.
Sven Panne
2011/10/10 08:56:53
Done.
|
| +template class HashTable<ObjectHashTableShape, JSReceiver*>; |
| + |
| template class Dictionary<StringDictionaryShape, String*>; |
| template class Dictionary<NumberDictionaryShape, uint32_t>; |