Chromium Code Reviews| Index: Source/core/html/HTMLObjectElement.h |
| diff --git a/Source/core/html/HTMLObjectElement.h b/Source/core/html/HTMLObjectElement.h |
| index 7aaa73e7ff0d4c2246cb7a92aeaa0219fbad3992..9c0bb8c874ee88c6e0d6ad284dc0ba24757b34db 100644 |
| --- a/Source/core/html/HTMLObjectElement.h |
| +++ b/Source/core/html/HTMLObjectElement.h |
| @@ -42,9 +42,6 @@ public: |
| virtual bool useFallbackContent() const OVERRIDE; |
| virtual void renderFallbackContent() OVERRIDE; |
| - // Implementations of FormAssociatedElement |
| - HTMLFormElement* form() const { return FormAssociatedElement::form(); } |
|
tkent
2013/12/10 08:31:28
Why do you remove it?
sof
2013/12/10 08:35:29
FormAssociatedElement::form() implements it direct
|
| - |
| virtual bool isFormControlElement() const { return false; } |
| virtual bool isEnumeratable() const { return true; } |