Index: Source/core/html/shadow/DateTimeEditElement.h |
diff --git a/Source/core/html/shadow/DateTimeEditElement.h b/Source/core/html/shadow/DateTimeEditElement.h |
index 2e449bf9dac6855c854bb608e3ec5208e5ba0eee..432d2e90ca5a19b34b44cdb7422bd42a80c740e7 100644 |
--- a/Source/core/html/shadow/DateTimeEditElement.h |
+++ b/Source/core/html/shadow/DateTimeEditElement.h |
@@ -134,7 +134,7 @@ private: |
void updateUIState(); |
// Element function. |
- virtual PassRefPtr<LayoutStyle> customStyleForLayoutObject() override; |
+ virtual PassRefPtr<ComputedStyle> customStyleForLayoutObject() override; |
virtual bool isDateTimeEditElement() const override; |
// DateTimeFieldElement::FieldOwner functions. |