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

Unified Diff: Source/core/frame/Location.h

Issue 258143002: Oilpan: move DOM string collection objects to the Oilpan heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase + final adjustments 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 | « Source/core/dom/NamedNodeMap.idl ('k') | Source/core/frame/Location.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/Location.h
diff --git a/Source/core/frame/Location.h b/Source/core/frame/Location.h
index e8a0d6dfcee96be97963405f4ee7783c324842af..2e09edcf228021ae400240fe4c28c988f6efb9d8 100644
--- a/Source/core/frame/Location.h
+++ b/Source/core/frame/Location.h
@@ -73,7 +73,7 @@ public:
String hash() const;
String origin() const;
- PassRefPtr<DOMStringList> ancestorOrigins() const;
+ PassRefPtrWillBeRawPtr<DOMStringList> ancestorOrigins() const;
void trace(Visitor*) { }
« no previous file with comments | « Source/core/dom/NamedNodeMap.idl ('k') | Source/core/frame/Location.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698