Index: src/x64/lithium-codegen-x64.h |
diff --git a/src/x64/lithium-codegen-x64.h b/src/x64/lithium-codegen-x64.h |
index d2bde6f8a3ec128349c3ba30b41c6eb7da7b22b8..ca88b633a066eecc69dfc4752b2f3fbb1cc7e622 100644 |
--- a/src/x64/lithium-codegen-x64.h |
+++ b/src/x64/lithium-codegen-x64.h |
@@ -77,7 +77,6 @@ class LCodeGen BASE_EMBEDDED { |
Handle<Object> ToHandle(LConstantOperand* op) const; |
Operand ToOperand(LOperand* op) const; |
- |
// Try to generate code for the entire chunk, but it may fail if the |
// chunk contains constructs we cannot handle. Returns true if the |
// code generation attempt succeeded. |