Index: src/x64/codegen-x64.h |
diff --git a/src/x64/codegen-x64.h b/src/x64/codegen-x64.h |
index 8fbbe5a650652998f922d5f22695f0e4229e89b1..d82682fbf44de07af6e4696811bdbffb89ad69d2 100644 |
--- a/src/x64/codegen-x64.h |
+++ b/src/x64/codegen-x64.h |
@@ -484,7 +484,8 @@ class CodeGenerator: public AstVisitor { |
Result* right, |
OverwriteMode overwrite_mode); |
- void Comparison(Condition cc, |
+ void Comparison(AstNode* node, |
+ Condition cc, |
bool strict, |
ControlDestination* destination); |