| Index: third_party/WebKit/Source/core/html/FormAssociatedElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/FormAssociatedElement.h b/third_party/WebKit/Source/core/html/FormAssociatedElement.h
|
| index 6bb33ef4d740c0a4b94cc82958a067e9d02fc459..efed2e00a9ab6340eb4af9396086d46cd0afd67f 100644
|
| --- a/third_party/WebKit/Source/core/html/FormAssociatedElement.h
|
| +++ b/third_party/WebKit/Source/core/html/FormAssociatedElement.h
|
| @@ -50,7 +50,6 @@ public:
|
| virtual bool isFormControlElement() const = 0;
|
| virtual bool isFormControlElementWithState() const;
|
| virtual bool isEnumeratable() const = 0;
|
| - virtual bool isLabelElement() const { return false; }
|
|
|
| // Returns the 'name' attribute value. If this element has no name
|
| // attribute, it returns an empty string instead of null string.
|
|
|