| Index: Source/core/html/HTMLFrameElement.h
|
| diff --git a/Source/core/html/HTMLFrameElement.h b/Source/core/html/HTMLFrameElement.h
|
| index 9caec957a13c7fd60fbecf30d3b9337b9b5870b3..a1652007a3236c00fb0b4dfa9eba6b894907fe43 100644
|
| --- a/Source/core/html/HTMLFrameElement.h
|
| +++ b/Source/core/html/HTMLFrameElement.h
|
| @@ -42,8 +42,8 @@ private:
|
|
|
| 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 parseAttribute(const QualifiedName&, const AtomicString&) override;
|
|
|
|
|