Index: src/v8.cc |
diff --git a/src/v8.cc b/src/v8.cc |
index 0623400abbd372665103fd027d049b111145f2cd..43f92b34078bc38983437add33cefeae74e8d39a 100644 |
--- a/src/v8.cc |
+++ b/src/v8.cc |
@@ -44,6 +44,7 @@ bool V8::has_been_setup_ = false; |
bool V8::has_been_disposed_ = false; |
bool V8::has_fatal_error_ = false; |
+ |
bool V8::Initialize(Deserializer* des) { |
bool create_heap_objects = des == NULL; |
if (has_been_disposed_ || has_fatal_error_) return false; |