| Index: src/hydrogen.h
|
| diff --git a/src/hydrogen.h b/src/hydrogen.h
|
| index 09700ef6ab6bc8e5b99052d127a91fb77ddefdde..b9381160bfc1d5cd0c2e34a977f009d61fc533e8 100644
|
| --- a/src/hydrogen.h
|
| +++ b/src/hydrogen.h
|
| @@ -1759,10 +1759,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,
|
|
|