| Index: Source/core/html/HTMLStyleElement.h
|
| diff --git a/Source/core/html/HTMLStyleElement.h b/Source/core/html/HTMLStyleElement.h
|
| index 6c75d851681c67705a0a0667ce173a65bb6cd8e8..3935539e8da70efb380f1352b022c8897fcf9364 100644
|
| --- a/Source/core/html/HTMLStyleElement.h
|
| +++ b/Source/core/html/HTMLStyleElement.h
|
| @@ -109,12 +109,6 @@ inline bool isHTMLStyleElement(Node* node)
|
| return node->hasTagName(HTMLNames::styleTag);
|
| }
|
|
|
| -inline HTMLStyleElement* toHTMLStyleElement(Node* node)
|
| -{
|
| - ASSERT_WITH_SECURITY_IMPLICATION(!node || node->hasTagName(HTMLNames::styleTag));
|
| - return static_cast<HTMLStyleElement*>(node);
|
| -}
|
| -
|
| } //namespace
|
|
|
| #endif
|
|
|