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; |