Index: src/arm/lithium-arm.h |
diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h |
index 0e24bda0d0e514246fecf70c033d38aac6ec2296..16f522e5b6a0334cbd647e99379a2584583f7974 100644 |
--- a/src/arm/lithium-arm.h |
+++ b/src/arm/lithium-arm.h |
@@ -414,7 +414,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") |
}; |