Title: [158285] trunk/Source/WebCore
Revision
158285
Author
an...@apple.com
Date
2013-10-30 10:55:14 -0700 (Wed, 30 Oct 2013)

Log Message

Unbreak the release build.

* rendering/SimpleLineLayoutFunctions.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (158284 => 158285)


--- trunk/Source/WebCore/ChangeLog	2013-10-30 17:54:12 UTC (rev 158284)
+++ trunk/Source/WebCore/ChangeLog	2013-10-30 17:55:14 UTC (rev 158285)
@@ -1,3 +1,9 @@
+2013-10-30  Antti Koivisto  <an...@apple.com>
+
+        Unbreak the release build.
+
+        * rendering/SimpleLineLayoutFunctions.cpp:
+
 2013-10-30  Liangjun Zeng  <liz...@blackberry.com>
 
         Fix memory leaks in platform/image-encoders/JPEGImageEncoder.cpp

Modified: trunk/Source/WebCore/rendering/SimpleLineLayoutFunctions.cpp (158284 => 158285)


--- trunk/Source/WebCore/rendering/SimpleLineLayoutFunctions.cpp	2013-10-30 17:54:12 UTC (rev 158284)
+++ trunk/Source/WebCore/rendering/SimpleLineLayoutFunctions.cpp	2013-10-30 17:55:14 UTC (rev 158285)
@@ -38,6 +38,7 @@
 #include "RenderBlockFlow.h"
 #include "RenderStyle.h"
 #include "RenderText.h"
+#include "RenderView.h"
 #include "Settings.h"
 #include "SimpleLineLayoutResolver.h"
 #include "Text.h"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to