Index: Source/core/html/HTMLFrameSetElement.h |
diff --git a/Source/core/html/HTMLFrameSetElement.h b/Source/core/html/HTMLFrameSetElement.h |
index 548f18152ea4573c24e0003cabfe3c5d1c24a087..dbca3f23e9ae7a00445e9c984e5cea3ad7426c4a 100644 |
--- a/Source/core/html/HTMLFrameSetElement.h |
+++ b/Source/core/html/HTMLFrameSetElement.h |
@@ -65,8 +65,8 @@ private: |
virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) override; |
virtual void attach(const AttachContext& = AttachContext()) 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 void defaultEventHandler(Event*) override; |