| Index: Source/core/html/HTMLElement.cpp
|
| diff --git a/Source/core/html/HTMLElement.cpp b/Source/core/html/HTMLElement.cpp
|
| index 18f80f14c7c29f1ede465a3ccf2474b796b0d3a5..a965acbf8aa3c35faf29636658b29eb063ed55e3 100644
|
| --- a/Source/core/html/HTMLElement.cpp
|
| +++ b/Source/core/html/HTMLElement.cpp
|
| @@ -680,11 +680,6 @@ HTMLFormElement* HTMLElement::findFormAncestor() const
|
| return 0;
|
| }
|
|
|
| -HTMLFormElement* HTMLElement::virtualForm() const
|
| -{
|
| - return findFormAncestor();
|
| -}
|
| -
|
| static inline bool elementAffectsDirectionality(const Node* node)
|
| {
|
| return node->isHTMLElement() && (node->hasTagName(bdiTag) || toHTMLElement(node)->hasAttribute(dirAttr));
|
|
|