| Index: src/variables.h
|
| diff --git a/src/variables.h b/src/variables.h
|
| index bb35ee88b548e726164a7d8a45a62469a1e23b61..39451d5dfb1df987e0a2528365be3354760e019f 100644
|
| --- a/src/variables.h
|
| +++ b/src/variables.h
|
| @@ -131,7 +131,7 @@ class Variable: public ZoneObject {
|
|
|
| // True if the variable is named eval and not known to be shadowed.
|
| bool is_possibly_eval(Isolate* isolate) const {
|
| - return IsVariable(isolate->factory()->eval_symbol());
|
| + return IsVariable(isolate->factory()->eval_string());
|
| }
|
|
|
| Variable* local_if_not_shadowed() const {
|
|
|