Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(234)

Unified Diff: public/web/WebPluginDocument.h

Issue 270573008: Oilpan: Prepare to support garbage-collected Node in WebNode hierarchy. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add FIXME comments Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « public/web/WebOptionElement.h ('k') | public/web/WebSelectElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
};
« no previous file with comments | « public/web/WebOptionElement.h ('k') | public/web/WebSelectElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698