Index: src/hydrogen.h |
diff --git a/src/hydrogen.h b/src/hydrogen.h |
index f4ab12abccaf2b4b13649936b4cbf4f6fc008d6b..0a2338a211d798eefca8ea161e52510a4a68efa6 100644 |
--- a/src/hydrogen.h |
+++ b/src/hydrogen.h |
@@ -1294,9 +1294,9 @@ class HOptimizedGraphBuilder: public HGraphBuilder, public AstVisitor { |
HValue* value, |
NilValue nil); |
- HStringCharCodeAt* BuildStringCharCodeAt(HValue* context, |
- HValue* string, |
- HValue* index); |
+ HInstruction* BuildStringCharCodeAt(HValue* context, |
+ HValue* string, |
+ HValue* index); |
HInstruction* BuildBinaryOperation(BinaryOperation* expr, |
HValue* left, |
HValue* right); |