Shadow tree TreeScope data is not removed by ContainerNode::removeAllChildren
authorschenney@chromium.org <schenney@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 11 Apr 2012 13:41:51 +0000 (13:41 +0000)
committerschenney@chromium.org <schenney@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 11 Apr 2012 13:41:51 +0000 (13:41 +0000)
https://bugs.webkit.org/show_bug.cgi?id=83484

Unreviewed attempted build fix.

* dom/ContainerNodeAlgorithms.h: Adding Document.h include.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@113856 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Source/WebCore/ChangeLog
Source/WebCore/dom/ContainerNodeAlgorithms.h

index d010506..d119e04 100644 (file)
@@ -1,3 +1,12 @@
+2012-04-11  Stephen Chenney  <schenney@chromium.org>
+
+        Shadow tree TreeScope data is not removed by ContainerNode::removeAllChildren
+        https://bugs.webkit.org/show_bug.cgi?id=83484
+
+        Unreviewed attempted build fix.
+
+        * dom/ContainerNodeAlgorithms.h: Adding Document.h include.
+
 2012-04-11  Luke Macpherson  <macpherson@chromium.org>
 
         Remove unnecessary assignments from CSSParser::parseLinearGradient().
index 39bfc19..b322289 100644 (file)
@@ -22,6 +22,7 @@
 #ifndef ContainerNodeAlgorithms_h
 #define ContainerNodeAlgorithms_h
 
+#include <Document.h>
 #include <wtf/Assertions.h>
 
 namespace WebCore {