| Index: Source/core/html/HTMLFormControlElement.h
|
| diff --git a/Source/core/html/HTMLFormControlElement.h b/Source/core/html/HTMLFormControlElement.h
|
| index f2699a098af85dd80054232b5d320497dfc02bf3..f1ab6b2d5aa4f01f6285d4e0451a019637acadbe 100644
|
| --- a/Source/core/html/HTMLFormControlElement.h
|
| +++ b/Source/core/html/HTMLFormControlElement.h
|
| @@ -143,6 +143,7 @@ private:
|
| virtual void derefFormAssociatedElement() { deref(); }
|
|
|
| virtual bool isFormControlElement() const { return true; }
|
| + virtual bool isFormAssociatedElement() const { return true; }
|
| virtual bool alwaysCreateUserAgentShadowRoot() const OVERRIDE { return true; }
|
|
|
| virtual short tabIndex() const;
|
|
|