| Index: Source/core/html/HTMLLabelElement.h
|
| diff --git a/Source/core/html/HTMLLabelElement.h b/Source/core/html/HTMLLabelElement.h
|
| index 275b0777e5b8a9020e894cc886075fa6e7c34986..8ad7c6770aed73a107ecb544c56ff4bb3256102a 100644
|
| --- a/Source/core/html/HTMLLabelElement.h
|
| +++ b/Source/core/html/HTMLLabelElement.h
|
| @@ -34,10 +34,11 @@ public:
|
| static PassRefPtr<HTMLLabelElement> create(Document&);
|
|
|
| LabelableElement* control();
|
| - HTMLFormElement* form() const;
|
|
|
| virtual bool willRespondToMouseClickEvents() OVERRIDE;
|
|
|
| + virtual HTMLFormElement* formOwner() const OVERRIDE;
|
| +
|
| private:
|
| explicit HTMLLabelElement(Document&);
|
| bool isInInteractiveContent(Node*) const;
|
|
|