Index: src/ast/scopeinfo.cc |
diff --git a/src/ast/scopeinfo.cc b/src/ast/scopeinfo.cc |
index 9e2f7c16171fb2f819b7e7a42b2293a1c11feb81..d1fc6c2d4347615d5ef34712b3fb91489148a5b7 100644 |
--- a/src/ast/scopeinfo.cc |
+++ b/src/ast/scopeinfo.cc |
@@ -396,7 +396,7 @@ Handle<ScopeInfo> ScopeInfo::CreateGlobalThisBinding(Isolate* isolate) { |
ScopeInfo* ScopeInfo::Empty(Isolate* isolate) { |
- return reinterpret_cast<ScopeInfo*>(isolate->heap()->empty_fixed_array()); |
+ return isolate->heap()->empty_scope_info(); |
} |