| Index: src/ia32/lithium-codegen-ia32.h
|
| diff --git a/src/ia32/lithium-codegen-ia32.h b/src/ia32/lithium-codegen-ia32.h
|
| index 6670024dba6525e9352f8d837e24927eac35cf81..b0878ed253ebb519d798fe105f3dfc2ab6c1b4a5 100644
|
| --- a/src/ia32/lithium-codegen-ia32.h
|
| +++ b/src/ia32/lithium-codegen-ia32.h
|
| @@ -340,6 +340,8 @@ class LCodeGen BASE_EMBEDDED {
|
| int* offset);
|
|
|
| void EnsureSpaceForLazyDeopt();
|
| + void DoLoadKeyedExternal(LLoadKeyed* instr);
|
| + void DoStoreKeyedExternal(LStoreKeyed* instr);
|
|
|
| // Emits code for pushing either a tagged constant, a (non-double)
|
| // register, or a stack slot operand.
|
|
|