| Index: Source/core/html/HTMLFormElement.h
|
| diff --git a/Source/core/html/HTMLFormElement.h b/Source/core/html/HTMLFormElement.h
|
| index c6036d99f002dee2d4b78ec1b73f2c55403c7454..d5a357147251c4b0f8e78ec81b3cf178a146d4b9 100644
|
| --- a/Source/core/html/HTMLFormElement.h
|
| +++ b/Source/core/html/HTMLFormElement.h
|
| @@ -186,12 +186,6 @@ private:
|
| Timer<HTMLFormElement> m_requestAutocompleteTimer;
|
| };
|
|
|
| -inline HTMLFormElement* toHTMLFormElement(Node* node)
|
| -{
|
| - ASSERT_WITH_SECURITY_IMPLICATION(!node || node->hasTagName(HTMLNames::formTag));
|
| - return static_cast<HTMLFormElement*>(node);
|
| -}
|
| -
|
| } // namespace WebCore
|
|
|
| #endif // HTMLFormElement_h
|
|
|