| Index: Source/core/html/HTMLElement.h
|
| diff --git a/Source/core/html/HTMLElement.h b/Source/core/html/HTMLElement.h
|
| index 6e2873378c4caf2dfe5285c065607d101029a86c..ef4736aa9bc12a4ee2916a9702d47ae02f624e18 100644
|
| --- a/Source/core/html/HTMLElement.h
|
| +++ b/Source/core/html/HTMLElement.h
|
| @@ -77,7 +77,7 @@ public:
|
| virtual bool rendererIsNeeded(const RenderStyle&);
|
| virtual RenderObject* createRenderer(RenderStyle*);
|
|
|
| - HTMLFormElement* formOwner() const { return virtualForm(); }
|
| + virtual HTMLFormElement* formOwner() const { return 0; }
|
|
|
| HTMLFormElement* findFormAncestor() const;
|
|
|
| @@ -113,8 +113,6 @@ private:
|
|
|
| void mapLanguageAttributeToLocale(const AtomicString&, MutableStylePropertySet*);
|
|
|
| - virtual HTMLFormElement* virtualForm() const;
|
| -
|
| PassRefPtr<DocumentFragment> textToFragment(const String&, ExceptionState&);
|
|
|
| void dirAttributeChanged(const AtomicString&);
|
|
|