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

Unified Diff: public/web/WebElement.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/WebDocumentType.h ('k') | public/web/WebFormControlElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebElement.h
diff --git a/public/web/WebElement.h b/public/web/WebElement.h
index 3bfd310f39d0a3073243b335ac5a49a8dfa23c4e..9308da0ad79f95aa555a77169d3f13420c4bdc40 100644
--- a/public/web/WebElement.h
+++ b/public/web/WebElement.h
@@ -89,9 +89,9 @@ struct WebRect;
BLINK_EXPORT WebImage imageContents();
#if BLINK_IMPLEMENTATION
- WebElement(const WTF::PassRefPtr<WebCore::Element>&);
- WebElement& operator=(const WTF::PassRefPtr<WebCore::Element>&);
- operator WTF::PassRefPtr<WebCore::Element>() const;
+ WebElement(const PassRefPtrWillBeRawPtr<WebCore::Element>&);
+ WebElement& operator=(const PassRefPtrWillBeRawPtr<WebCore::Element>&);
+ operator PassRefPtrWillBeRawPtr<WebCore::Element>() const;
#endif
};
« no previous file with comments | « public/web/WebDocumentType.h ('k') | public/web/WebFormControlElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698