| Index: src/contexts.cc
|
| diff --git a/src/contexts.cc b/src/contexts.cc
|
| index c6cb94ad145dffcaca69b8f77663a95e81b9ac86..6bd6764546702d8cf2a9de42b55435e3046b6e9f 100644
|
| --- a/src/contexts.cc
|
| +++ b/src/contexts.cc
|
| @@ -279,7 +279,7 @@ Handle<Object> Context::Lookup(Handle<String> name,
|
|
|
| // 2. Check the context proper if it has slots.
|
| if (context->IsFunctionContext() || context->IsBlockContext() ||
|
| - (FLAG_harmony_scoping && context->IsScriptContext())) {
|
| + context->IsScriptContext()) {
|
| // Use serialized scope information of functions and blocks to search
|
| // for the context index.
|
| Handle<ScopeInfo> scope_info;
|
|
|