Title: [208823] trunk/Source/WebCore
Revision
208823
Author
[email protected]
Date
2016-11-16 16:22:41 -0800 (Wed, 16 Nov 2016)

Log Message

Unreviewed, remove outdated comment about using PassRefPtr.

* dom/ContainerNode.cpp:
(WebCore::ContainerNode::parserAppendChild):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (208822 => 208823)


--- trunk/Source/WebCore/ChangeLog	2016-11-16 23:57:05 UTC (rev 208822)
+++ trunk/Source/WebCore/ChangeLog	2016-11-17 00:22:41 UTC (rev 208823)
@@ -1,3 +1,10 @@
+2016-11-16  Chris Dumez  <[email protected]>
+
+        Unreviewed, remove outdated comment about using PassRefPtr.
+
+        * dom/ContainerNode.cpp:
+        (WebCore::ContainerNode::parserAppendChild):
+
 2016-11-16  Ryosuke Niwa  <[email protected]>
 
         slotchange event should bubble and dispatched once

Modified: trunk/Source/WebCore/dom/ContainerNode.cpp (208822 => 208823)


--- trunk/Source/WebCore/dom/ContainerNode.cpp	2016-11-16 23:57:05 UTC (rev 208822)
+++ trunk/Source/WebCore/dom/ContainerNode.cpp	2016-11-17 00:22:41 UTC (rev 208823)
@@ -705,7 +705,6 @@
 
     {
         NoEventDispatchAssertion assertNoEventDispatch;
-        // FIXME: This method should take a PassRefPtr.
         appendChildCommon(newChild);
         treeScope().adoptIfNeeded(&newChild);
     }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to