| Index: third_party/WebKit/Source/web/WebOptionElement.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebOptionElement.cpp b/third_party/WebKit/Source/web/WebOptionElement.cpp
|
| index 04996bcc889a5350c83fe338583136fd5a3e3216..4b8e3af602bfab32c21cd4e2afd48fa783b6d4b6 100644
|
| --- a/third_party/WebKit/Source/web/WebOptionElement.cpp
|
| +++ b/third_party/WebKit/Source/web/WebOptionElement.cpp
|
| @@ -74,6 +74,8 @@ WebOptionElement::WebOptionElement(const PassRefPtrWillBeRawPtr<HTMLOptionElemen
|
| {
|
| }
|
|
|
| +DEFINE_WEB_NODE_TYPE_CASTS(WebOptionElement, isHTMLOptionElement(constUnwrap<Node>()));
|
| +
|
| WebOptionElement& WebOptionElement::operator=(const PassRefPtrWillBeRawPtr<HTMLOptionElement>& elem)
|
| {
|
| m_private = elem;
|
|
|