Revision: 16508
Author:   [email protected]
Date:     Tue Sep  3 12:33:52 2013 UTC
Log:      build fix for 16507

[email protected]
BUG=

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

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

=======================================
--- /branches/bleeding_edge/test/cctest/test-serialize.cc Tue Sep 3 11:54:08 2013 UTC +++ /branches/bleeding_edge/test/cctest/test-serialize.cc Tue Sep 3 12:33:52 2013 UTC
@@ -523,9 +523,9 @@

 TEST(ContextSerialization) {
   if (!Snapshot::HaveASnapshotToStartFrom()) {
-    v8::V8::Initialize();
     Isolate* isolate = Isolate::Current();
     Serializer::Enable(isolate);
+    v8::V8::Initialize();
     v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate);
     Heap* heap = isolate->heap();

--
--
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