Index: src/x64/lithium-codegen-x64.h |
diff --git a/src/x64/lithium-codegen-x64.h b/src/x64/lithium-codegen-x64.h |
index 31dd9c44cccc681c385858610a9efcf9bb44ebda..b0114d0d377758c686091f2f11bbb588b3324b81 100644 |
--- a/src/x64/lithium-codegen-x64.h |
+++ b/src/x64/lithium-codegen-x64.h |
@@ -128,6 +128,7 @@ class LCodeGen BASE_EMBEDDED { |
void DoDeferredRandom(LRandom* instr); |
void DoDeferredStringCharCodeAt(LStringCharCodeAt* instr); |
void DoDeferredStringCharFromCode(LStringCharFromCode* instr); |
+ void DoDeferredAllocateObject(LAllocateObject* instr); |
void DoDeferredAllocate(LAllocate* instr); |
void DoDeferredInstanceOfKnownGlobal(LInstanceOfKnownGlobal* instr, |
Label* map_check); |