Index: src/full-codegen.cc |
diff --git a/src/full-codegen.cc b/src/full-codegen.cc |
index 6c798ac670ed507be0476f9c564e96d1257d3764..49fa4c23c6cf6b9c74c6a2eac9debd8920cc4432 100644 |
--- a/src/full-codegen.cc |
+++ b/src/full-codegen.cc |
@@ -816,7 +816,7 @@ void FullCodeGenerator::VisitBlock(Block* stmt) { |
if (stmt->block_scope() != NULL) { |
{ Comment cmnt(masm_, "[ Extend block context"); |
scope_ = stmt->block_scope(); |
- Handle<SerializedScopeInfo> scope_info = scope_->GetSerializedScopeInfo(); |
+ Handle<ScopeInfo> scope_info = scope_->GetScopeInfo(); |
int heap_slots = |
scope_info->NumberOfContextSlots() - Context::MIN_CONTEXT_SLOTS; |
__ Push(scope_info); |