Index: src/mips/lithium-codegen-mips.h |
diff --git a/src/mips/lithium-codegen-mips.h b/src/mips/lithium-codegen-mips.h |
index 38c5255a4be3d21b94802293590e28a62d50a0db..526d3804392ad594809a07bc81e8c5a13e7b6073 100644 |
--- a/src/mips/lithium-codegen-mips.h |
+++ b/src/mips/lithium-codegen-mips.h |
@@ -376,6 +376,8 @@ class LCodeGen BASE_EMBEDDED { |
}; |
void EnsureSpaceForLazyDeopt(); |
+ void DoLoadKeyedExternal(LLoadKeyed* instr); |
+ void DoStoreKeyedExternal(LStoreKeyed* instr); |
Zone* zone_; |
LPlatformChunk* const chunk_; |