| Index: test/cctest/test-decls.cc
|
| diff --git a/test/cctest/test-decls.cc b/test/cctest/test-decls.cc
|
| index e3d61582c53d5eae1b6ec2c96552899b90d0427e..e6bdc9f505e1ccb5cc6563fad8591fe07c6feeec 100644
|
| --- a/test/cctest/test-decls.cc
|
| +++ b/test/cctest/test-decls.cc
|
| @@ -521,6 +521,7 @@ class ExistsInPrototypeContext: public DeclarationContext {
|
|
|
|
|
| TEST(ExistsInPrototype) {
|
| + i::FLAG_es52_globals = true;
|
| HandleScope scope;
|
|
|
| // Sanity check to make sure that the holder of the interceptor
|
| @@ -583,6 +584,7 @@ class AbsentInPrototypeContext: public DeclarationContext {
|
|
|
|
|
| TEST(AbsentInPrototype) {
|
| + i::FLAG_es52_globals = true;
|
| HandleScope scope;
|
|
|
| { AbsentInPrototypeContext context;
|
|
|