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

Unified Diff: Source/core/dom/shadow/InsertionPoint.h

Issue 280123002: Oilpan: move LiveNodeList collections to the heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Pre-emptively GC a long runnning test 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
Index: Source/core/dom/shadow/InsertionPoint.h
diff --git a/Source/core/dom/shadow/InsertionPoint.h b/Source/core/dom/shadow/InsertionPoint.h
index 76d983f35227e2c2186b99147dea424fe249851b..696a5ac5c0133d16f85a7430ece59532e5bd7823 100644
--- a/Source/core/dom/shadow/InsertionPoint.h
+++ b/Source/core/dom/shadow/InsertionPoint.h
@@ -52,7 +52,7 @@ public:
bool isShadowInsertionPoint() const;
bool isContentInsertionPoint() const;
- PassRefPtr<NodeList> getDistributedNodes();
+ PassRefPtrWillBeRawPtr<NodeList> getDistributedNodes();
virtual bool canAffectSelector() const { return false; }

Powered by Google App Engine
This is Rietveld 408576698