| Index: third_party/WebKit/Source/core/html/HTMLUnknownElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLUnknownElement.h b/third_party/WebKit/Source/core/html/HTMLUnknownElement.h
|
| index 224e36a1773ddcee04366816ce830746ebb05706..c4b054a4337c29e35880000249b353983efdeb05 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLUnknownElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLUnknownElement.h
|
| @@ -46,6 +46,7 @@ class HTMLUnknownElement final : public HTMLElement {
|
| private:
|
| HTMLUnknownElement(const QualifiedName&, Document&);
|
|
|
| + void parseAttribute(const AttributeModificationParams&) override;
|
| bool isHTMLUnknownElement() const override { return true; }
|
| };
|
|
|
|
|