| Index: third_party/WebKit/Source/web/WebFormElement.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebFormElement.cpp b/third_party/WebKit/Source/web/WebFormElement.cpp
|
| index 6f9ded529aca88b52dccc51a1ae1a7a503b23a91..f82fb9d2b5b753a9f571b55471f1f8f79adf7d68 100644
|
| --- a/third_party/WebKit/Source/web/WebFormElement.cpp
|
| +++ b/third_party/WebKit/Source/web/WebFormElement.cpp
|
| @@ -104,6 +104,8 @@ WebFormElement::WebFormElement(const PassRefPtrWillBeRawPtr<HTMLFormElement>& e)
|
| {
|
| }
|
|
|
| +DEFINE_WEB_NODE_TYPE_CASTS(WebFormElement, isHTMLFormElement(constUnwrap<Node>()));
|
| +
|
| WebFormElement& WebFormElement::operator=(const PassRefPtrWillBeRawPtr<HTMLFormElement>& e)
|
| {
|
| m_private = e;
|
|
|