Chromium Code Reviews| Index: src/ast.cc |
| diff --git a/src/ast.cc b/src/ast.cc |
| index 4280a983649608aae812c1b9d260f83ca4581d49..c7e448b9b6da214ad7a800a493e992706c685e80 100644 |
| --- a/src/ast.cc |
| +++ b/src/ast.cc |
| @@ -146,8 +146,8 @@ int FunctionLiteral::end_position() const { |
| } |
| -StrictMode FunctionLiteral::strict_mode() const { |
| - return scope()->strict_mode(); |
| +LanguageMode FunctionLiteral::language_mode() const { |
| + return scope()->language_mode(); |
| } |