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

Unified Diff: third_party/WebKit/Source/core/html/HTMLMenuItemElement.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/HTMLMenuItemElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLMenuItemElement.h b/third_party/WebKit/Source/core/html/HTMLMenuItemElement.h
index 20c5cd24089ec7e6b3c0790937eba83cc5f88ec0..f64ffca4d704e4ef55d95d94fd22d652aba82bb2 100644
--- a/third_party/WebKit/Source/core/html/HTMLMenuItemElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLMenuItemElement.h
@@ -18,6 +18,7 @@ class HTMLMenuItemElement final : public HTMLElement {
private:
explicit HTMLMenuItemElement(Document&);
bool isURLAttribute(const Attribute&) const override;
+ void parseAttribute(const AttributeModificationParams&) override;
void defaultEventHandler(Event*) override;
};
« no previous file with comments | « third_party/WebKit/Source/core/frame/UseCounter.h ('k') | third_party/WebKit/Source/core/html/HTMLMenuItemElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698