Index: src/ia32/lithium-codegen-ia32.h |
diff --git a/src/ia32/lithium-codegen-ia32.h b/src/ia32/lithium-codegen-ia32.h |
index bd2ed47c34f3423014f4b67b864260d22f364878..68d173e83ab1bbab11147274745e3afcc49c1bdd 100644 |
--- a/src/ia32/lithium-codegen-ia32.h |
+++ b/src/ia32/lithium-codegen-ia32.h |
@@ -229,6 +229,9 @@ class LCodeGen BASE_EMBEDDED { |
Register ToRegister(int index) const; |
XMMRegister ToDoubleRegister(int index) const; |
int ToInteger32(LConstantOperand* op) const; |
+ Operand BuildExternalArrayOperand(LOperand* external_pointer, |
+ LOperand* key, |
+ ExternalArrayType array_type); |
// Specific math operations - used from DoUnaryMathOperation. |
void EmitIntegerMathAbs(LUnaryMathOperation* instr); |