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

Unified Diff: Source/core/html/HTMLOptionElement.h

Issue 141683004: Use more const references in HTMLCollection / LiveNodeList (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 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: Source/core/html/HTMLOptionElement.h
diff --git a/Source/core/html/HTMLOptionElement.h b/Source/core/html/HTMLOptionElement.h
index 405a3cebf3170bcd29e9aa38c94dd37d3e7342b1..6dc4c9dd75f832bc3a1c883b5626d02f5f1904a5 100644
--- a/Source/core/html/HTMLOptionElement.h
+++ b/Source/core/html/HTMLOptionElement.h
@@ -47,7 +47,7 @@ public:
String value() const;
void setValue(const AtomicString&);
- bool selected();
+ bool selected() const;
void setSelected(bool);
HTMLDataListElement* ownerDataListElement() const;

Powered by Google App Engine
This is Rietveld 408576698