Index: Source/core/html/HTMLAppletElement.h |
diff --git a/Source/core/html/HTMLAppletElement.h b/Source/core/html/HTMLAppletElement.h |
index 0eba07fa0dee3be11f662b37ebeca7d4f9ffa2ed..d52ba27b7d6186151db044f55f7ba8df128083af 100644 |
--- a/Source/core/html/HTMLAppletElement.h |
+++ b/Source/core/html/HTMLAppletElement.h |
@@ -44,8 +44,8 @@ private: |
virtual bool isURLAttribute(const Attribute&) const override; |
virtual bool hasLegalLinkAttribute(const QualifiedName&) const override; |
- virtual bool layoutObjectIsNeeded(const LayoutStyle&) override; |
- virtual LayoutObject* createLayoutObject(const LayoutStyle&) override; |
+ virtual bool layoutObjectIsNeeded(const ComputedStyle&) override; |
+ virtual LayoutObject* createLayoutObject(const ComputedStyle&) override; |
virtual LayoutPart* existingLayoutPart() const override; |
virtual void updateWidgetInternal() override; |