Index: src/x64/lithium-x64.h |
diff --git a/src/x64/lithium-x64.h b/src/x64/lithium-x64.h |
index 4782bc932410f13ada1e241b2b994ab4e68b73df..a1c563f8825adeb1eb6ad80614ef7b5a16f24696 100644 |
--- a/src/x64/lithium-x64.h |
+++ b/src/x64/lithium-x64.h |
@@ -419,7 +419,7 @@ class LLazyBailout V8_FINAL : public LTemplateInstruction<0, 0, 0> { |
class LDummy V8_FINAL : public LTemplateInstruction<1, 0, 0> { |
public: |
- explicit LDummy() { } |
+ LDummy() {} |
DECLARE_CONCRETE_INSTRUCTION(Dummy, "dummy") |
}; |