| Index: Source/core/html/HTMLScriptElement.h
|
| diff --git a/Source/core/html/HTMLScriptElement.h b/Source/core/html/HTMLScriptElement.h
|
| index 6bd9c8f2b25e1f39f2a2b413fbd877b0f3708e98..b5e40861b46d249bd96929b072cc87a3ea4ac6b7 100644
|
| --- a/Source/core/html/HTMLScriptElement.h
|
| +++ b/Source/core/html/HTMLScriptElement.h
|
| @@ -73,12 +73,6 @@ private:
|
| OwnPtr<ScriptLoader> m_loader;
|
| };
|
|
|
| -inline HTMLScriptElement* toHTMLScriptElement(Node* node)
|
| -{
|
| - ASSERT_WITH_SECURITY_IMPLICATION(!node || node->hasTagName(HTMLNames::scriptTag));
|
| - return static_cast<HTMLScriptElement*>(node);
|
| -}
|
| -
|
| } //namespace
|
|
|
| #endif
|
|
|