| Index: Source/core/html/HTMLFrameSetElement.h
|
| diff --git a/Source/core/html/HTMLFrameSetElement.h b/Source/core/html/HTMLFrameSetElement.h
|
| index 606d4b0eaa2abea097682b3c63ba73edddd88765..ea2b193a88955eb61f3669faf7aa72135348090f 100644
|
| --- a/Source/core/html/HTMLFrameSetElement.h
|
| +++ b/Source/core/html/HTMLFrameSetElement.h
|
| @@ -95,12 +95,6 @@ private:
|
| bool m_noresize;
|
| };
|
|
|
| -inline HTMLFrameSetElement* toHTMLFrameSetElement(Node* node)
|
| -{
|
| - ASSERT_WITH_SECURITY_IMPLICATION(!node || node->hasTagName(HTMLNames::framesetTag));
|
| - return static_cast<HTMLFrameSetElement*>(node);
|
| -}
|
| -
|
| } // namespace WebCore
|
|
|
| #endif // HTMLFrameSetElement_h
|
|
|