Index: src/hydrogen.h |
diff --git a/src/hydrogen.h b/src/hydrogen.h |
index bd5ef6a930ba5d167b3730c9a283dbcdf2c1de66..c53d7f74a890e2754b44cdefbd59576f281c1051 100644 |
--- a/src/hydrogen.h |
+++ b/src/hydrogen.h |
@@ -904,7 +904,8 @@ class HGraphBuilder: public AstVisitor { |
void HandleLiteralCompareUndefined(CompareOperation* compare_expr, |
Expression* expr); |
- HStringCharCodeAt* BuildStringCharCodeAt(HValue* string, |
+ HStringCharCodeAt* BuildStringCharCodeAt(HValue* context, |
+ HValue* string, |
HValue* index); |
HInstruction* BuildBinaryOperation(BinaryOperation* expr, |
HValue* left, |