| Index: Source/core/html/HTMLLinkElement.h
|
| diff --git a/Source/core/html/HTMLLinkElement.h b/Source/core/html/HTMLLinkElement.h
|
| index ba8bb73966b310c4d4f540a8ce18a94227b468bf..52a9f8a0987f5149d6dfb05d374939234d9cc427 100644
|
| --- a/Source/core/html/HTMLLinkElement.h
|
| +++ b/Source/core/html/HTMLLinkElement.h
|
| @@ -204,12 +204,6 @@ private:
|
| int m_beforeLoadRecurseCount;
|
| };
|
|
|
| -inline HTMLLinkElement* toHTMLLinkElement(Node* node)
|
| -{
|
| - ASSERT_WITH_SECURITY_IMPLICATION(!node || node->hasTagName(HTMLNames::linkTag));
|
| - return static_cast<HTMLLinkElement*>(node);
|
| -}
|
| -
|
| } //namespace
|
|
|
| #endif
|
|
|