| Index: third_party/WebKit/Source/web/WebTextAreaElement.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebTextAreaElement.cpp b/third_party/WebKit/Source/web/WebTextAreaElement.cpp
|
| index b8b5aa09abf535210fff4564064c322e36e4d4d7..ad1e4fc2589164611548c42930dcaeb78bfe38a5 100644
|
| --- a/third_party/WebKit/Source/web/WebTextAreaElement.cpp
|
| +++ b/third_party/WebKit/Source/web/WebTextAreaElement.cpp
|
| @@ -43,6 +43,8 @@ WebTextAreaElement::WebTextAreaElement(const PassRefPtrWillBeRawPtr<HTMLTextArea
|
| {
|
| }
|
|
|
| +DEFINE_WEB_NODE_TYPE_CASTS(WebTextAreaElement, isHTMLTextAreaElement(constUnwrap<Node>()));
|
| +
|
| WebTextAreaElement& WebTextAreaElement::operator=(const PassRefPtrWillBeRawPtr<HTMLTextAreaElement>& element)
|
| {
|
| m_private = element;
|
|
|