| Index: src/scopes.h
|
| diff --git a/src/scopes.h b/src/scopes.h
|
| index e7832d354e114dd341b6e4eb4afc8feef313c1fd..85d0c4598b0c7ae0bb599d98f5edd5c906180bf5 100644
|
| --- a/src/scopes.h
|
| +++ b/src/scopes.h
|
| @@ -378,7 +378,7 @@ class Scope: public ZoneObject {
|
| // Determine if we can use lazy compilation for this scope without a context.
|
| bool AllowsLazyCompilationWithoutContext() const;
|
|
|
| - // True if the outer context of this scope is always the native context.
|
| + // True if the outer context of this scope is always the global context.
|
| bool HasTrivialOuterContext() const;
|
|
|
| // True if the outer context allows lazy compilation of this scope.
|
|
|