Title: [159378] trunk/Source/WebCore
Revision
159378
Author
zol...@webkit.org
Date
2013-11-16 02:08:52 -0800 (Sat, 16 Nov 2013)

Log Message

Remove the include of LineWidth.h from SimpleLineLayoutFunctions.cpp
<https://webkit.org/b/124449>

Reviewed by Antti Koivisto.

I removed the include of LineWidth, since SimpleLineLayoutFunctions.cpp doesn't use it.

No new tests, no behavior change.

* rendering/SimpleLineLayoutFunctions.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (159377 => 159378)


--- trunk/Source/WebCore/ChangeLog	2013-11-16 07:10:31 UTC (rev 159377)
+++ trunk/Source/WebCore/ChangeLog	2013-11-16 10:08:52 UTC (rev 159378)
@@ -1,3 +1,16 @@
+2013-11-16  Zoltan Horvath  <zol...@webkit.org>
+
+        Remove the include of LineWidth.h from SimpleLineLayoutFunctions.cpp
+        <https://webkit.org/b/124449>
+
+        Reviewed by Antti Koivisto.
+
+        I removed the include of LineWidth, since SimpleLineLayoutFunctions.cpp doesn't use it.
+
+        No new tests, no behavior change.
+
+        * rendering/SimpleLineLayoutFunctions.cpp:
+
 2013-11-15  Alexey Proskuryakov  <a...@apple.com>
 
         Support exporting symmetric keys as JWK

Modified: trunk/Source/WebCore/rendering/SimpleLineLayoutFunctions.cpp (159377 => 159378)


--- trunk/Source/WebCore/rendering/SimpleLineLayoutFunctions.cpp	2013-11-16 07:10:31 UTC (rev 159377)
+++ trunk/Source/WebCore/rendering/SimpleLineLayoutFunctions.cpp	2013-11-16 10:08:52 UTC (rev 159378)
@@ -33,7 +33,6 @@
 #include "HitTestRequest.h"
 #include "HitTestResult.h"
 #include "InlineTextBox.h"
-#include "LineWidth.h"
 #include "PaintInfo.h"
 #include "RenderBlockFlow.h"
 #include "RenderStyle.h"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to