Title: [108975] trunk/Source/WebCore
Revision
108975
Author
kei...@webkit.org
Date
2012-02-27 02:21:06 -0800 (Mon, 27 Feb 2012)

Log Message

Add missing include to ColorInputType.cpp
https://bugs.webkit.org/show_bug.cgi?id=79632

Reviewed by Kent Tamura.

* html/ColorInputType.cpp: Include ShadowTree.h

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (108974 => 108975)


--- trunk/Source/WebCore/ChangeLog	2012-02-27 10:06:06 UTC (rev 108974)
+++ trunk/Source/WebCore/ChangeLog	2012-02-27 10:21:06 UTC (rev 108975)
@@ -1,3 +1,12 @@
+2012-02-27  Keishi Hattori  <kei...@webkit.org>
+
+        Add missing include to ColorInputType.cpp
+        https://bugs.webkit.org/show_bug.cgi?id=79632
+
+        Reviewed by Kent Tamura.
+
+        * html/ColorInputType.cpp: Include ShadowTree.h
+
 2012-02-27  Andrey Kosyakov  <ca...@chromium.org>
 
         Use built-in bind in ExtensionAPI.js

Modified: trunk/Source/WebCore/html/ColorInputType.cpp (108974 => 108975)


--- trunk/Source/WebCore/html/ColorInputType.cpp	2012-02-27 10:06:06 UTC (rev 108974)
+++ trunk/Source/WebCore/html/ColorInputType.cpp	2012-02-27 10:21:06 UTC (rev 108975)
@@ -39,6 +39,7 @@
 #include "MouseEvent.h"
 #include "ScriptController.h"
 #include "ShadowRoot.h"
+#include "ShadowTree.h"
 
 #include <wtf/PassOwnPtr.h>
 #include <wtf/text/WTFString.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to