| Index: public/web/WebPluginDocument.h
|
| diff --git a/public/web/WebPluginDocument.h b/public/web/WebPluginDocument.h
|
| index 86b3ba7bcf574a22fab1a75ae7953237d45c7c6c..27eb142312802a9afe75ccb5de091d75b19bad37 100644
|
| --- a/public/web/WebPluginDocument.h
|
| +++ b/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
|
| };
|
|
|
|
|