Title: [148925] trunk/Source/WebCore
Revision
148925
Author
benja...@webkit.org
Date
2013-04-22 16:12:10 -0700 (Mon, 22 Apr 2013)

Log Message

Mac debug build fix after r148921

Unreviewed.

Patch by Benjamin Poulain <bpoul...@apple.com> on 2013-04-22

* page/animation/CompositeAnimation.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (148924 => 148925)


--- trunk/Source/WebCore/ChangeLog	2013-04-22 23:08:30 UTC (rev 148924)
+++ trunk/Source/WebCore/ChangeLog	2013-04-22 23:12:10 UTC (rev 148925)
@@ -1,3 +1,11 @@
+2013-04-22  Benjamin Poulain  <bpoul...@apple.com>
+
+        Mac debug build fix after r148921
+
+        Unreviewed.
+
+        * page/animation/CompositeAnimation.cpp:
+
 2013-04-22  Rashmi Shyamasundar  <rashmi...@samsung.com>
 
         [Cairo] Canvas-shadow behavior is not being as expected

Modified: trunk/Source/WebCore/page/animation/CompositeAnimation.cpp (148924 => 148925)


--- trunk/Source/WebCore/page/animation/CompositeAnimation.cpp	2013-04-22 23:08:30 UTC (rev 148924)
+++ trunk/Source/WebCore/page/animation/CompositeAnimation.cpp	2013-04-22 23:12:10 UTC (rev 148925)
@@ -37,6 +37,7 @@
 #include "Logging.h"
 #include "RenderObject.h"
 #include "RenderStyle.h"
+#include <wtf/text/CString.h>
 
 namespace WebCore {
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to