Revision: 16958
Author:   [email protected]
Date:     Thu Sep 26 08:47:59 2013 UTC
Log:      build fix for 16957

[email protected]
BUG=

Review URL: https://codereview.chromium.org/24726002
http://code.google.com/p/v8/source/detail?r=16958

Modified:
 /branches/bleeding_edge/test/cctest/test-decls.cc

=======================================
--- /branches/bleeding_edge/test/cctest/test-decls.cc Thu Sep 26 08:21:48 2013 UTC +++ /branches/bleeding_edge/test/cctest/test-decls.cc Thu Sep 26 08:47:59 2013 UTC
@@ -228,6 +228,7 @@
 // about and doesn't handle.
 TEST(Unknown) {
   HandleScope scope(CcTest::isolate());
+  v8::V8::Initialize();

   { DeclarationContext context;
     context.Check("var x; x",
@@ -338,6 +339,7 @@

 TEST(Absent) {
   v8::Isolate* isolate = CcTest::isolate();
+  v8::V8::Initialize();
   HandleScope scope(isolate);

   { AbsentPropertyContext context;
@@ -428,6 +430,7 @@


 TEST(Appearing) {
+  v8::V8::Initialize();
   HandleScope scope(CcTest::isolate());

   { AppearingPropertyContext context;
@@ -520,6 +523,7 @@


 TEST(Reappearing) {
+  v8::V8::Initialize();
   HandleScope scope(CcTest::isolate());

   { ReappearingPropertyContext context;
@@ -612,6 +616,7 @@

 TEST(AbsentInPrototype) {
   i::FLAG_es52_globals = true;
+  v8::V8::Initialize();
   HandleScope scope(CcTest::isolate());

   { AbsentInPrototypeContext context;

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to