Chromium Code Reviews| Index: test/cctest/test-api.cc |
| diff --git a/test/cctest/test-api.cc b/test/cctest/test-api.cc |
| index e90dd4e2677d53e9abb2e471734f7d977b09c245..9e503073d0a318f186fd678b45f32bbabb10db86 100644 |
| --- a/test/cctest/test-api.cc |
| +++ b/test/cctest/test-api.cc |
| @@ -22313,6 +22313,7 @@ TEST(EventLogging) { |
| TEST(Promises) { |
| i::FLAG_harmony_promises = true; |
| + i::FlagList::EnforceFlagImplications(); |
|
jochen (gone - plz use gerrit)
2014/04/17 13:24:57
unrelated?
Sven Panne
2014/04/22 07:28:36
Nope, this is crucial: Promises need weak maps, bu
|
| LocalContext context; |
| v8::Isolate* isolate = context->GetIsolate(); |