Index: third_party/WebKit/Source/web/WebPluginDocument.cpp |
diff --git a/third_party/WebKit/Source/web/WebPluginDocument.cpp b/third_party/WebKit/Source/web/WebPluginDocument.cpp |
index 4e38fc40e73d05811a6814fc26e90c3ff08949ad..92a8d153f7f0de1525d8bac531c8a477ee0b034b 100644 |
--- a/third_party/WebKit/Source/web/WebPluginDocument.cpp |
+++ b/third_party/WebKit/Source/web/WebPluginDocument.cpp |
@@ -57,6 +57,8 @@ WebPluginDocument::WebPluginDocument(const PassRefPtrWillBeRawPtr<PluginDocument |
{ |
} |
+DEFINE_WEB_NODE_TYPE_CASTS(WebPluginDocument, isDocumentNode() && constUnwrap<Document>()->isPluginDocument()); |
+ |
WebPluginDocument& WebPluginDocument::operator=(const PassRefPtrWillBeRawPtr<PluginDocument>& elem) |
{ |
m_private = elem; |