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

Unified Diff: Source/core/html/HTMLLabelElement.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/HTMLLabelElement.h
diff --git a/Source/core/html/HTMLLabelElement.h b/Source/core/html/HTMLLabelElement.h
index 01bcfdebfcb17cb70f0b9ed719a4f39957d2e98a..b0b712c0aad81cb061b801112bc09355b70d5e3d 100644
--- a/Source/core/html/HTMLLabelElement.h
+++ b/Source/core/html/HTMLLabelElement.h
@@ -33,7 +33,7 @@ class HTMLLabelElement FINAL : public HTMLElement {
public:
static PassRefPtr<HTMLLabelElement> create(Document&);
- LabelableElement* control();
+ LabelableElement* control() const;
virtual bool willRespondToMouseClickEvents() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698