| Index: Source/core/html/HTMLParamElement.h
|
| diff --git a/Source/core/html/HTMLParamElement.h b/Source/core/html/HTMLParamElement.h
|
| index 55953fe7c878f7ae6d77d0681920610f112aa381..17a3c16dd3c575ff973b9dbc401ec29095dc55b0 100644
|
| --- a/Source/core/html/HTMLParamElement.h
|
| +++ b/Source/core/html/HTMLParamElement.h
|
| @@ -44,12 +44,6 @@ private:
|
| virtual void addSubresourceAttributeURLs(ListHashSet<KURL>&) const;
|
| };
|
|
|
| -inline HTMLParamElement* toHTMLParamElement(Node* node)
|
| -{
|
| - ASSERT_WITH_SECURITY_IMPLICATION(!node || node->hasTagName(HTMLNames::paramTag));
|
| - return static_cast<HTMLParamElement*>(node);
|
| -}
|
| -
|
| } // namespace WebCore
|
|
|
| #endif
|
|
|