Title: [102854] trunk/Source/WebCore
Revision
102854
Author
[email protected]
Date
2011-12-14 17:24:18 -0800 (Wed, 14 Dec 2011)

Log Message

Build fix.

Unreviewed.

* editing/ReplaceSelectionCommand.cpp: Added include RenderStyle.h

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (102853 => 102854)


--- trunk/Source/WebCore/ChangeLog	2011-12-15 01:17:11 UTC (rev 102853)
+++ trunk/Source/WebCore/ChangeLog	2011-12-15 01:24:18 UTC (rev 102854)
@@ -1,3 +1,11 @@
+2011-12-14  Enrica Casucci  <[email protected]>
+
+        Build fix.
+
+        Unreviewed.
+
+        * editing/ReplaceSelectionCommand.cpp: Added include RenderStyle.h
+
 2011-12-14  Hajime Morrita  <[email protected]>
 
         JS_INLINE and WTF_INLINE should be visible from WebCore

Modified: trunk/Source/WebCore/editing/ReplaceSelectionCommand.cpp (102853 => 102854)


--- trunk/Source/WebCore/editing/ReplaceSelectionCommand.cpp	2011-12-15 01:17:11 UTC (rev 102853)
+++ trunk/Source/WebCore/editing/ReplaceSelectionCommand.cpp	2011-12-15 01:24:18 UTC (rev 102854)
@@ -48,6 +48,7 @@
 #include "NodeList.h"
 #include "RenderInline.h"
 #include "RenderObject.h"
+#include "RenderStyle.h"
 #include "RenderText.h"
 #include "SmartReplace.h"
 #include "TextIterator.h"
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to