summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/public/web/WebPluginDocument.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/public/web/WebPluginDocument.h')
-rw-r--r--chromium/third_party/WebKit/public/web/WebPluginDocument.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chromium/third_party/WebKit/public/web/WebPluginDocument.h b/chromium/third_party/WebKit/public/web/WebPluginDocument.h
index 86b3ba7bcf5..27eb1423128 100644
--- a/chromium/third_party/WebKit/public/web/WebPluginDocument.h
+++ b/chromium/third_party/WebKit/public/web/WebPluginDocument.h
@@ -56,9 +56,9 @@ public:
BLINK_EXPORT WebPlugin* plugin();
#if BLINK_IMPLEMENTATION
- WebPluginDocument(const WTF::PassRefPtr<WebCore::PluginDocument>&);
- WebPluginDocument& operator=(const WTF::PassRefPtr<WebCore::PluginDocument>&);
- operator WTF::PassRefPtr<WebCore::PluginDocument>() const;
+ WebPluginDocument(const PassRefPtrWillBeRawPtr<WebCore::PluginDocument>&);
+ WebPluginDocument& operator=(const PassRefPtrWillBeRawPtr<WebCore::PluginDocument>&);
+ operator PassRefPtrWillBeRawPtr<WebCore::PluginDocument>() const;
#endif
};