Chromium Code Reviews| Index: src/v8.cc |
| diff --git a/src/v8.cc b/src/v8.cc |
| index a04114e7013ec6ff5dc3bfacf7965f0849ddee61..8ea0c35c770db786cd78e020dd9985c9b87e38e7 100644 |
| --- a/src/v8.cc |
| +++ b/src/v8.cc |
| @@ -63,7 +63,7 @@ bool V8::Initialize(Deserializer* des) { |
| FLAG_harmony_typeof = true; |
| FLAG_harmony_scoping = true; |
| FLAG_harmony_proxies = true; |
| - FLAG_harmony_weakmaps = true; |
| + FLAG_harmony_collections = true; |
| } |
| InitializeOncePerProcess(); |