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

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

Powered by Google App Engine
This is Rietveld 408576698