| Index: third_party/WebKit/Source/web/WebLabelElement.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebLabelElement.cpp b/third_party/WebKit/Source/web/WebLabelElement.cpp
|
| index e98162a4e765327e01496529d41a176ffe58bce6..cd8e001db1c3ceda340b18f5dba713102c942761 100644
|
| --- a/third_party/WebKit/Source/web/WebLabelElement.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLabelElement.cpp
|
| @@ -48,6 +48,8 @@ WebLabelElement::WebLabelElement(const PassRefPtrWillBeRawPtr<HTMLLabelElement>&
|
| {
|
| }
|
|
|
| +DEFINE_WEB_NODE_TYPE_CASTS(WebLabelElement, isHTMLLabelElement(constUnwrap<Node>()));
|
| +
|
| WebLabelElement& WebLabelElement::operator=(const PassRefPtrWillBeRawPtr<HTMLLabelElement>& elem)
|
| {
|
| m_private = elem;
|
|
|