| Index: Source/core/html/HTMLDataListElement.h
|
| diff --git a/Source/core/html/HTMLDataListElement.h b/Source/core/html/HTMLDataListElement.h
|
| index 7deb03a8a8bb242b941ac2483251e297f3848ff3..85f429d4af3f9b907a1a3a5eec0e8832257fe987 100644
|
| --- a/Source/core/html/HTMLDataListElement.h
|
| +++ b/Source/core/html/HTMLDataListElement.h
|
| @@ -49,12 +49,6 @@ private:
|
| HTMLDataListElement(const QualifiedName&, Document&);
|
| };
|
|
|
| -inline HTMLDataListElement* toHTMLDataListElement(Node* node)
|
| -{
|
| - ASSERT_WITH_SECURITY_IMPLICATION(!node || node->hasTagName(HTMLNames::datalistTag));
|
| - return static_cast<HTMLDataListElement*>(node);
|
| -}
|
| -
|
| } // namespace WebCore
|
|
|
| #endif // HTMLDataListElement_h
|
|
|