Index: src/arm/lithium-codegen-arm.h |
diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h |
index a9b85c89cca9638f63557f3446cc93fc5ff5aaff..cbd6b9ca071dd777d962756f0e26ad1abeecad7b 100644 |
--- a/src/arm/lithium-codegen-arm.h |
+++ b/src/arm/lithium-codegen-arm.h |
@@ -273,6 +273,10 @@ class LCodeGen: public LCodeGenBase { |
Register ToRegister(int index) const; |
DwVfpRegister ToDoubleRegister(int index) const; |
+ MemOperand BuildSeqStringOperand(Register string, |
+ LOperand* index, |
+ String::Encoding encoding); |
+ |
void EmitIntegerMathAbs(LMathAbs* instr); |
// Support for recording safepoint and position information. |