| Index: Source/core/html/HTMLDivElement.h
|
| diff --git a/Source/core/html/HTMLDivElement.h b/Source/core/html/HTMLDivElement.h
|
| index 72b1153f71f3af7ec4ca28eea40ee17e057c47fb..a44eef49495eea785992d09ede5bd99d12af9e27 100644
|
| --- a/Source/core/html/HTMLDivElement.h
|
| +++ b/Source/core/html/HTMLDivElement.h
|
| @@ -40,12 +40,6 @@ private:
|
| virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
|
| };
|
|
|
| -inline HTMLDivElement* toHTMLDivElement(Node* node)
|
| -{
|
| - ASSERT_WITH_SECURITY_IMPLICATION(!node || node->hasTagName(HTMLNames::divTag));
|
| - return static_cast<HTMLDivElement*>(node);
|
| -}
|
| -
|
| } // namespace WebCore
|
|
|
| #endif // HTMLDivElement_h
|
|
|