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

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

Issue 2380683007: 'icon' IDL attribute of HTMLMenuItemElement should reflect as URL. (Closed)
Patch Set: Created 4 years, 3 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 c007941703e6df8d0942d6082dcb8abe95a15d25..890a51cb881a78af1b62c9e03541fa6b5502f6bf 100644
--- a/third_party/WebKit/Source/core/html/HTMLMenuItemElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLMenuItemElement.h
@@ -16,6 +16,7 @@ public:
private:
explicit HTMLMenuItemElement(Document&);
+ bool isURLAttribute(const Attribute&) const override;
void defaultEventHandler(Event*) override;
};

Powered by Google App Engine
This is Rietveld 408576698