| Index: third_party/WebKit/Source/core/html/HTMLElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLElement.h b/third_party/WebKit/Source/core/html/HTMLElement.h
|
| index 6c5d7e188fe84001f1019178c584e0bf23b380ad..dc6b7b621d2886fad7be5f6de9bde1ea115328af 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLElement.h
|
| @@ -139,6 +139,10 @@ class CORE_EXPORT HTMLElement : public Element {
|
| void applyBorderAttributeToStyle(const AtomicString&,
|
| MutableStylePropertySet*);
|
|
|
| + void attributeChanged(const QualifiedName&,
|
| + const AtomicString&,
|
| + const AtomicString&,
|
| + AttributeModificationReason) override;
|
| void parseAttribute(const QualifiedName&,
|
| const AtomicString&,
|
| const AtomicString&) override;
|
|
|