Title: [125473] trunk/Source/WebCore
- Revision
- 125473
- Author
- [email protected]
- Date
- 2012-08-13 17:22:42 -0700 (Mon, 13 Aug 2012)
Log Message
[CSS Exclusions] Remove unused CSSWrapShapes header includes
https://bugs.webkit.org/show_bug.cgi?id=93395
Patch by Bear Travis <[email protected]> on 2012-08-13
Reviewed by Kentaro Hara.
Removing the #include "CSSWrapShapes.h" lines from StyleBuilder.cpp and
RenderStyle.cpp. Both files now use the length-based WrapShapes.h classes.
* css/StyleBuilder.cpp:
* rendering/style/RenderStyle.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (125472 => 125473)
--- trunk/Source/WebCore/ChangeLog 2012-08-14 00:11:35 UTC (rev 125472)
+++ trunk/Source/WebCore/ChangeLog 2012-08-14 00:22:42 UTC (rev 125473)
@@ -1,3 +1,16 @@
+2012-08-13 Bear Travis <[email protected]>
+
+ [CSS Exclusions] Remove unused CSSWrapShapes header includes
+ https://bugs.webkit.org/show_bug.cgi?id=93395
+
+ Reviewed by Kentaro Hara.
+
+ Removing the #include "CSSWrapShapes.h" lines from StyleBuilder.cpp and
+ RenderStyle.cpp. Both files now use the length-based WrapShapes.h classes.
+
+ * css/StyleBuilder.cpp:
+ * rendering/style/RenderStyle.cpp:
+
2012-08-13 Pravin D <[email protected]>
Bad cast in RenderBox::computeReplacedLogicalHeightUsing
Modified: trunk/Source/WebCore/css/StyleBuilder.cpp (125472 => 125473)
--- trunk/Source/WebCore/css/StyleBuilder.cpp 2012-08-14 00:11:35 UTC (rev 125472)
+++ trunk/Source/WebCore/css/StyleBuilder.cpp 2012-08-14 00:22:42 UTC (rev 125473)
@@ -45,7 +45,6 @@
#include <wtf/UnusedParam.h>
#if ENABLE(CSS_EXCLUSIONS)
-#include "CSSWrapShapes.h"
#include "WrapShapeFunctions.h"
#include "WrapShapes.h"
#endif
Modified: trunk/Source/WebCore/rendering/style/RenderStyle.cpp (125472 => 125473)
--- trunk/Source/WebCore/rendering/style/RenderStyle.cpp 2012-08-14 00:11:35 UTC (rev 125472)
+++ trunk/Source/WebCore/rendering/style/RenderStyle.cpp 2012-08-14 00:22:42 UTC (rev 125473)
@@ -26,7 +26,6 @@
#include "ContentData.h"
#include "CursorList.h"
#include "CSSPropertyNames.h"
-#include "CSSWrapShapes.h"
#include "FontSelector.h"
#include "MemoryInstrumentation.h"
#include "QuotesData.h"
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes