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

Unified Diff: public/web/WebHistoryItem.h

Issue 639023004: Oilpan: move HistoryItem to the heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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 | « Source/web/tests/WebViewTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebHistoryItem.h
diff --git a/public/web/WebHistoryItem.h b/public/web/WebHistoryItem.h
index 8029cbb22560569ec9329675880ce05caed6e81f..a706d9a3b6338deebb8d4d325bc225e4dc3a4b8a 100644
--- a/public/web/WebHistoryItem.h
+++ b/public/web/WebHistoryItem.h
@@ -116,9 +116,9 @@ public:
BLINK_EXPORT WebVector<WebString> getReferencedFilePaths() const;
#if BLINK_IMPLEMENTATION
- WebHistoryItem(const WTF::PassRefPtr<HistoryItem>&);
- WebHistoryItem& operator=(const WTF::PassRefPtr<HistoryItem>&);
- operator WTF::PassRefPtr<HistoryItem>() const;
+ WebHistoryItem(const PassRefPtrWillBeRawPtr<HistoryItem>&);
+ WebHistoryItem& operator=(const PassRefPtrWillBeRawPtr<HistoryItem>&);
+ operator PassRefPtrWillBeRawPtr<HistoryItem>() const;
#endif
private:
« no previous file with comments | « Source/web/tests/WebViewTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698