Chromium Code Reviews| Index: src/ast.cc |
| diff --git a/src/ast.cc b/src/ast.cc |
| index 2df62ee96a48dc57433b6ca1479e6a657bc91f53..3e6d856ce43cc60a9f587791572840e8a4c7b15c 100644 |
| --- a/src/ast.cc |
| +++ b/src/ast.cc |
| @@ -426,7 +426,7 @@ bool ForInStatement::IsInlineable() const { |
| } |
| -bool EnterWithContextStatement::IsInlineable() const { |
| +bool WithStatement::IsInlineable() const { |
| return false; |
| } |