Index: src/x87/lithium-x87.h |
diff --git a/src/x87/lithium-x87.h b/src/x87/lithium-x87.h |
index 7a373fece16aa02c4f58d859721f88c5df239e88..56d7c640ffcd42fdbf0db927b7a2c7e9f8f35d70 100644 |
--- a/src/x87/lithium-x87.h |
+++ b/src/x87/lithium-x87.h |
@@ -426,7 +426,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") |
}; |