| Index: third_party/WebKit/Source/core/html/HTMLFrameElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFrameElement.h b/third_party/WebKit/Source/core/html/HTMLFrameElement.h
|
| index fc864c079aded678bee79017f353ea9129f8fd0f..db2091f1ddf3d36dd38cebe32b1f42c56c864de7 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameElement.h
|
| @@ -46,9 +46,7 @@ class HTMLFrameElement final : public HTMLFrameElementBase {
|
| bool layoutObjectIsNeeded(const ComputedStyle&) override;
|
| LayoutObject* createLayoutObject(const ComputedStyle&) override;
|
|
|
| - void parseAttribute(const QualifiedName&,
|
| - const AtomicString&,
|
| - const AtomicString&) override;
|
| + void parseAttribute(const AttributeModificationParams&) override;
|
|
|
| bool m_frameBorder;
|
| bool m_frameBorderSet;
|
|
|