| Index: src/v8.cc
|
| diff --git a/src/v8.cc b/src/v8.cc
|
| index b49e0eb5f2789240bb4e3742e83c8d0eaca29a6e..f9d00aaadd50e4ce3bb0120fbd8beb9ca3a4b8d8 100644
|
| --- a/src/v8.cc
|
| +++ b/src/v8.cc
|
| @@ -112,6 +112,7 @@ void V8::TearDown() {
|
| call_completed_callbacks_ = NULL;
|
|
|
| Sampler::TearDown();
|
| + Serializer::TearDown();
|
|
|
| #ifdef V8_USE_DEFAULT_PLATFORM
|
| DefaultPlatform* platform = static_cast<DefaultPlatform*>(platform_);
|
| @@ -186,6 +187,7 @@ void V8::RunMicrotasks(Isolate* isolate) {
|
|
|
| void V8::InitializeOncePerProcessImpl() {
|
| FlagList::EnforceFlagImplications();
|
| + Serializer::InitializeOncePerProcess();
|
|
|
| if (FLAG_predictable && FLAG_random_seed == 0) {
|
| // Avoid random seeds in predictable mode.
|
|
|