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

Unified Diff: public/web/WebOptionElement.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/WebNode.h ('k') | public/web/WebPluginDocument.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebOptionElement.h
diff --git a/public/web/WebOptionElement.h b/public/web/WebOptionElement.h
index 6c941e405149f4cd2e2919b45a128602661cc608..ec3bf76ff423f5ed6b47d709a126f1857b7156bc 100644
--- a/public/web/WebOptionElement.h
+++ b/public/web/WebOptionElement.h
@@ -62,9 +62,9 @@ public:
BLINK_EXPORT bool isEnabled() const;
#if BLINK_IMPLEMENTATION
- WebOptionElement(const WTF::PassRefPtr<WebCore::HTMLOptionElement>&);
- WebOptionElement& operator=(const WTF::PassRefPtr<WebCore::HTMLOptionElement>&);
- operator WTF::PassRefPtr<WebCore::HTMLOptionElement>() const;
+ WebOptionElement(const PassRefPtrWillBeRawPtr<WebCore::HTMLOptionElement>&);
+ WebOptionElement& operator=(const PassRefPtrWillBeRawPtr<WebCore::HTMLOptionElement>&);
+ operator PassRefPtrWillBeRawPtr<WebCore::HTMLOptionElement>() const;
#endif
};
« no previous file with comments | « public/web/WebNode.h ('k') | public/web/WebPluginDocument.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698