| Index: third_party/WebKit/Source/core/html/HTMLDetailsElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLDetailsElement.h b/third_party/WebKit/Source/core/html/HTMLDetailsElement.h
|
| index 228f6a7ba49d7b6b1ba5a0365a7f21d3cf87566d..cc8322d05d6a51451e30c16977e4e92655e9e0c7 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLDetailsElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLDetailsElement.h
|
| @@ -41,9 +41,7 @@ class HTMLDetailsElement final : public HTMLElement {
|
| void dispatchPendingEvent();
|
|
|
| LayoutObject* createLayoutObject(const ComputedStyle&) override;
|
| - void parseAttribute(const QualifiedName&,
|
| - const AtomicString&,
|
| - const AtomicString&) override;
|
| + void parseAttribute(const AttributeModificationParams&) override;
|
| void didAddUserAgentShadowRoot(ShadowRoot&) override;
|
| bool isInteractiveContent() const override;
|
|
|
|
|