Index: src/x64/lithium-codegen-x64.h |
diff --git a/src/x64/lithium-codegen-x64.h b/src/x64/lithium-codegen-x64.h |
index 5ad1c40a2b16abbd293cc1ee006e34eb04b516a5..4eab56c5b4b54789d67f74761fd89d56173cd3e1 100644 |
--- a/src/x64/lithium-codegen-x64.h |
+++ b/src/x64/lithium-codegen-x64.h |
@@ -106,6 +106,7 @@ class LCodeGen BASE_EMBEDDED { |
int32_t ToInteger32(LConstantOperand* op) const; |
Smi* ToSmi(LConstantOperand* op) const; |
double ToDouble(LConstantOperand* op) const; |
+ ExternalReference ToExternalReference(LConstantOperand* op) const; |
bool IsTaggedConstant(LConstantOperand* op) const; |
Handle<Object> ToHandle(LConstantOperand* op) const; |
Operand ToOperand(LOperand* op) const; |