Index: Source/core/html/HTMLMeterElement.h |
diff --git a/Source/core/html/HTMLMeterElement.h b/Source/core/html/HTMLMeterElement.h |
index 713f3a5091fe5a0848f2a67d2d5a528c374df8fa..10c0504bac85cb84230622184586a5025647401d 100644 |
--- a/Source/core/html/HTMLMeterElement.h |
+++ b/Source/core/html/HTMLMeterElement.h |
@@ -75,7 +75,7 @@ private: |
virtual bool supportLabels() const override { return true; } |
- virtual LayoutObject* createLayoutObject(const LayoutStyle&) override; |
+ virtual LayoutObject* createLayoutObject(const ComputedStyle&) override; |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) override; |
void didElementStateChange(); |