Reviewers: Sven Panne,
Message:
Committed patchset #1 manually as r16508.
Description:
build fix for 16507
[email protected]
BUG=
Committed: https://code.google.com/p/v8/source/detail?r=16508
Please review this at https://codereview.chromium.org/23892002/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M test/cctest/test-serialize.cc
Index: test/cctest/test-serialize.cc
diff --git a/test/cctest/test-serialize.cc b/test/cctest/test-serialize.cc
index
7fa4792fcb5daf99de05ebae55c4f35ecd6cb710..099f3a05a976c7fb059cc95bb22b3b51278599be
100644
--- a/test/cctest/test-serialize.cc
+++ b/test/cctest/test-serialize.cc
@@ -523,9 +523,9 @@ DEPENDENT_TEST(PartialDeserialization,
PartialSerialization) {
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.