| Index: test/cctest/test-parsing.cc
|
| diff --git a/test/cctest/test-parsing.cc b/test/cctest/test-parsing.cc
|
| index ef9c684964cad0aa64b749a50130aac74fca9173..873252f9aef8c151fab68150906bb82d224712a3 100644
|
| --- a/test/cctest/test-parsing.cc
|
| +++ b/test/cctest/test-parsing.cc
|
| @@ -3362,7 +3362,6 @@ TEST(SerializationOfMaybeAssignmentFlag) {
|
| CHECK(str->IsInternalizedString());
|
| i::Scope* script_scope =
|
| new (&zone) i::Scope(&zone, nullptr, i::SCRIPT_SCOPE);
|
| - script_scope->Initialize();
|
| i::Scope* s = i::Scope::DeserializeScopeChain(isolate, &zone, context,
|
| script_scope, &avf);
|
| CHECK(s != script_scope);
|
| @@ -3410,7 +3409,6 @@ TEST(IfArgumentsArrayAccessedThenParametersMaybeAssigned) {
|
|
|
| i::Scope* script_scope =
|
| new (&zone) i::Scope(&zone, nullptr, i::SCRIPT_SCOPE);
|
| - script_scope->Initialize();
|
| i::Scope* s = i::Scope::DeserializeScopeChain(isolate, &zone, context,
|
| script_scope, &avf);
|
| CHECK(s != script_scope);
|
|
|