Index: src/scopeinfo.cc |
diff --git a/src/scopeinfo.cc b/src/scopeinfo.cc |
index 4ed22b19dcd9a37b60f07aacd92b09c923079ca2..a621083f9679afe6dc9ca61b5b8f22322a8ce33f 100644 |
--- a/src/scopeinfo.cc |
+++ b/src/scopeinfo.cc |
@@ -564,7 +564,7 @@ int ScopeInfo::ContextSlotIndex(Handle<ScopeInfo> scope_info, |
} |
// Cache as not found. Mode, location, init flag and maybe assigned flag |
// don't matter. |
- context_slot_cache->Update(scope_info, name, INTERNAL, |
+ context_slot_cache->Update(scope_info, name, TEMPORARY, |
VariableLocation::CONTEXT, kNeedsInitialization, |
kNotAssigned, -1); |
} |