 Chromium Code Reviews
 Chromium Code Reviews Issue 8216005:
  Make GCC 4.5.x happy.  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
    
  
    Issue 8216005:
  Make GCC 4.5.x happy.  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/| 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>; |