| Index: Source/core/html/HTMLOptGroupElement.h
|
| diff --git a/Source/core/html/HTMLOptGroupElement.h b/Source/core/html/HTMLOptGroupElement.h
|
| index ea4102b4e166f9430eb9104cf11728314ad44bad..f0223347580e5f6a5c11498ec4f5238dbdb2ac2c 100644
|
| --- a/Source/core/html/HTMLOptGroupElement.h
|
| +++ b/Source/core/html/HTMLOptGroupElement.h
|
| @@ -73,12 +73,6 @@ inline bool isHTMLOptGroupElement(const Element* element)
|
| return element->hasTagName(HTMLNames::optgroupTag);
|
| }
|
|
|
| -inline HTMLOptGroupElement* toHTMLOptGroupElement(Node* node)
|
| -{
|
| - ASSERT_WITH_SECURITY_IMPLICATION(!node || isHTMLOptGroupElement(node));
|
| - return static_cast<HTMLOptGroupElement*>(node);
|
| -}
|
| -
|
| } //namespace
|
|
|
| #endif
|
|
|