| Index: third_party/WebKit/Source/web/WebInputElement.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebInputElement.cpp b/third_party/WebKit/Source/web/WebInputElement.cpp
|
| index fd6aac98dc5fea71304bee117ac48e8736e11aa3..6f9fffbe534d30dbe4bc14ac27c25bd38d3f3339 100644
|
| --- a/third_party/WebKit/Source/web/WebInputElement.cpp
|
| +++ b/third_party/WebKit/Source/web/WebInputElement.cpp
|
| @@ -149,6 +149,8 @@ WebInputElement::WebInputElement(const PassRefPtrWillBeRawPtr<HTMLInputElement>&
|
| {
|
| }
|
|
|
| +DEFINE_WEB_NODE_TYPE_CASTS(WebInputElement, isHTMLInputElement(constUnwrap<Node>()));
|
| +
|
| WebInputElement& WebInputElement::operator=(const PassRefPtrWillBeRawPtr<HTMLInputElement>& elem)
|
| {
|
| m_private = elem;
|
|
|