| Index: src/arm/lithium-codegen-arm.h
|
| diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h
|
| index 9281537c1eca5ad2a27087f2dd333f96de6799d2..dd1873e8d7e8f395b1dd083efc75756792596621 100644
|
| --- a/src/arm/lithium-codegen-arm.h
|
| +++ b/src/arm/lithium-codegen-arm.h
|
| @@ -377,6 +377,8 @@ class LCodeGen BASE_EMBEDDED {
|
| };
|
|
|
| void EnsureSpaceForLazyDeopt();
|
| + void DoLoadKeyedExternal(LLoadKeyed* instr);
|
| + void DoStoreKeyedExternal(LStoreKeyed* instr);
|
|
|
| Zone* zone_;
|
| LPlatformChunk* const chunk_;
|
|
|