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

Unified Diff: Source/core/dom/ChildNodeList.cpp

Issue 23983034: [oilpan] Handlify Node raw pointers in html/ and subclasses of dom/LiveNodeList. (Closed) Base URL: svn://svn.chromium.org/blink/branches/oilpan
Patch Set: Created 7 years, 3 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/ChildNodeList.cpp
diff --git a/Source/core/dom/ChildNodeList.cpp b/Source/core/dom/ChildNodeList.cpp
index 3c9e1959322797b5643f82c7cee05a150d8b3fa3..3dae63bc838102447534010cc1d52f7a1ebfa301 100644
--- a/Source/core/dom/ChildNodeList.cpp
+++ b/Source/core/dom/ChildNodeList.cpp
@@ -28,7 +28,7 @@
namespace WebCore {
-ChildNodeList::ChildNodeList(PassRefPtr<Node> node)
+ChildNodeList::ChildNodeList(const Handle<Node>& node)
: LiveNodeList(node, ChildNodeListType, DoNotInvalidateOnAttributeChanges)
{
}

Powered by Google App Engine
This is Rietveld 408576698