| Index: src/variables.h
|
| diff --git a/src/variables.h b/src/variables.h
|
| index a8cf5e36e405ba30e0ca29ec22fdd701329caee4..93bfb4a1816aeb3fb9f370c847ace86da6f2d6b3 100644
|
| --- a/src/variables.h
|
| +++ b/src/variables.h
|
| @@ -64,7 +64,7 @@ class Variable: public ZoneObject {
|
|
|
| // The source code for an eval() call may refer to a variable that is
|
| // in an outer scope about which we don't know anything (it may not
|
| - // be the global scope). scope() is NULL in that case. Currently the
|
| + // be the script scope). scope() is NULL in that case. Currently the
|
| // scope is only used to follow the context chain length.
|
| Scope* scope() const { return scope_; }
|
|
|
|
|