Index: third_party/WebKit/Source/web/WebFormControlElement.cpp |
diff --git a/third_party/WebKit/Source/web/WebFormControlElement.cpp b/third_party/WebKit/Source/web/WebFormControlElement.cpp |
index b4bca66a29e50cc659e14fc69e85651d2d6dfdca..c78a0477d3519b603a03ff903e4197a2b52a16df 100644 |
--- a/third_party/WebKit/Source/web/WebFormControlElement.cpp |
+++ b/third_party/WebKit/Source/web/WebFormControlElement.cpp |
@@ -180,6 +180,8 @@ WebFormControlElement::WebFormControlElement(const PassRefPtrWillBeRawPtr<HTMLFo |
{ |
} |
+DEFINE_WEB_NODE_TYPE_CASTS(WebFormControlElement, isElementNode() && constUnwrap<Element>()->isFormControlElement()); |
+ |
WebFormControlElement& WebFormControlElement::operator=(const PassRefPtrWillBeRawPtr<HTMLFormControlElement>& elem) |
{ |
m_private = elem; |