| Index: src/contexts.h
|
| diff --git a/src/contexts.h b/src/contexts.h
|
| index 505f86c8ca5bb70bebfa050e6270457d05ba3a6d..942deb6fdfd50d35ca8d2fe3bfd59fb936abe200 100644
|
| --- a/src/contexts.h
|
| +++ b/src/contexts.h
|
| @@ -392,8 +392,7 @@ class Context: public FixedArray {
|
|
|
| // Determine if any function scope in the context call eval and if
|
| // any of those calls are in non-strict mode.
|
| - void ComputeEvalScopeInfo(bool* outer_scope_calls_eval,
|
| - bool* outer_scope_calls_non_strict_eval);
|
| + void ComputeEvalScopeInfo(bool* outer_scope_calls_non_strict_eval);
|
|
|
| // Code generation support.
|
| static int SlotOffset(int index) {
|
|
|