Chromium Code Reviews| Index: src/hydrogen.h |
| diff --git a/src/hydrogen.h b/src/hydrogen.h |
| index 75cbc25a6176f233eac8a8596fe4b48114333f24..82c134269be688049a649261539deaf683a63273 100644 |
| --- a/src/hydrogen.h |
| +++ b/src/hydrogen.h |
| @@ -1721,10 +1721,10 @@ class HOptimizedGraphBuilder: public HGraphBuilder, public AstVisitor { |
| SmallMapList* types, |
| Handle<String> name); |
| void HandleLiteralCompareTypeof(CompareOperation* expr, |
| - HTypeof* typeof_expr, |
| + Expression* sub_expr, |
| Handle<String> check); |
| void HandleLiteralCompareNil(CompareOperation* expr, |
| - HValue* value, |
| + Expression* sub_expr, |
| NilValue nil); |
| HInstruction* BuildStringCharCodeAt(HValue* context, |