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

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

Powered by Google App Engine
This is Rietveld 408576698