Index: test/cctest/test-decls.cc |
diff --git a/test/cctest/test-decls.cc b/test/cctest/test-decls.cc |
index e3d61582c53d5eae1b6ec2c96552899b90d0427e..c029394e1cf7f54bf154ee34960eb48239e6f099 100644 |
--- a/test/cctest/test-decls.cc |
+++ b/test/cctest/test-decls.cc |
@@ -521,6 +521,7 @@ class ExistsInPrototypeContext: public DeclarationContext { |
TEST(ExistsInPrototype) { |
+ v8::internal::FLAG_es52_globals = true; |
Michael Starzinger
2012/04/20 13:28:45
Likewise.
rossberg
2012/04/20 14:01:07
Done.
|
HandleScope scope; |
// Sanity check to make sure that the holder of the interceptor |
@@ -583,6 +584,7 @@ class AbsentInPrototypeContext: public DeclarationContext { |
TEST(AbsentInPrototype) { |
+ v8::internal::FLAG_es52_globals = true; |
Michael Starzinger
2012/04/20 13:28:45
Likewise.
rossberg
2012/04/20 14:01:07
Done.
|
HandleScope scope; |
{ AbsentInPrototypeContext context; |