| Index: third_party/WebKit/Source/web/WebDocumentType.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebDocumentType.cpp b/third_party/WebKit/Source/web/WebDocumentType.cpp
|
| index a7ecb14a4e47e3d5764be409fd8e9bb1f7d239ae..2752932e06b7ad9aec9bcecdc7cb0815fdfa5d95 100644
|
| --- a/third_party/WebKit/Source/web/WebDocumentType.cpp
|
| +++ b/third_party/WebKit/Source/web/WebDocumentType.cpp
|
| @@ -47,6 +47,8 @@ WebDocumentType::WebDocumentType(const PassRefPtrWillBeRawPtr<DocumentType>& ele
|
| {
|
| }
|
|
|
| +DEFINE_WEB_NODE_TYPE_CASTS(WebDocumentType, constUnwrap<Node>()->nodeType() == Node::DOCUMENT_TYPE_NODE);
|
| +
|
| WebDocumentType& WebDocumentType::operator=(const PassRefPtrWillBeRawPtr<DocumentType>& elem)
|
| {
|
| m_private = elem;
|
|
|