Chromium Code Reviews| Index: src/hashmap.cc |
| diff --git a/src/hashmap.cc b/src/hashmap.cc |
| index 37748a34f816282c27563570068c46fda792a30a..0b404a97e18667830198c2527ce86a792d751a82 100644 |
| --- a/src/hashmap.cc |
| +++ b/src/hashmap.cc |
| @@ -36,7 +36,7 @@ |
| namespace v8 { |
| namespace internal { |
| -Allocator HashMap::DefaultAllocator; |
| +Allocator* HashMap::DefaultAllocator = ::new Allocator(); |
| HashMap::HashMap(MatchFun match, |