Chromium Code Reviews| Index: src/ast-inl.h |
| diff --git a/src/ast-inl.h b/src/ast-inl.h |
| index 731ad2ff3f2a8468ade4204ca5a78243ce1fa56c..007892537c6ccaad45601149ae64c20b7c2991b1 100644 |
| --- a/src/ast-inl.h |
| +++ b/src/ast-inl.h |
| @@ -111,8 +111,8 @@ ForInStatement::ForInStatement(Isolate* isolate, ZoneStringList* labels) |
| } |
| -bool FunctionLiteral::strict_mode() const { |
| - return scope()->is_strict_mode(); |
| +StrictModeFlag FunctionLiteral::strict_mode_flag() const { |
| + return scope()->strict_mode_flag(); |
| } |