Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(549)

Unified Diff: third_party/WebKit/Source/core/html/HTMLUnknownElement.h

Issue 2805633002: Count 'icon' attribute of MENUITEM element. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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; }
};

Powered by Google App Engine
This is Rietveld 408576698