| Index: src/full-codegen.cc
|
| diff --git a/src/full-codegen.cc b/src/full-codegen.cc
|
| index cb8f4aafcd9cd7274f032f14505f5dd028725252..661abd1a39ecd8b8125cf712543abee797ac76eb 100644
|
| --- a/src/full-codegen.cc
|
| +++ b/src/full-codegen.cc
|
| @@ -1582,8 +1582,7 @@ void FullCodeGenerator::VisitClassLiteral(ClassLiteral* lit) {
|
|
|
| {
|
| EnterBlockScopeIfNeeded block_scope_state(
|
| - this, lit->scope(), BailoutId::None(), BailoutId::None(),
|
| - BailoutId::None());
|
| + this, lit->scope(), lit->EntryId(), lit->DeclsId(), lit->ExitId());
|
|
|
| if (lit->raw_name() != NULL) {
|
| __ Push(lit->name());
|
|
|