Title: [158749] trunk/Source/WebCore
Revision
158749
Author
[email protected]
Date
2013-11-06 08:45:28 -0800 (Wed, 06 Nov 2013)

Log Message

Unrevewied Windows build fix after r158736; add InlineElementBox.cpp to the RenderingAllInOne.cpp file.

* rendering/RenderingAllInOne.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (158748 => 158749)


--- trunk/Source/WebCore/ChangeLog	2013-11-06 16:38:45 UTC (rev 158748)
+++ trunk/Source/WebCore/ChangeLog	2013-11-06 16:45:28 UTC (rev 158749)
@@ -1,3 +1,9 @@
+2013-11-06  Jer Noble  <[email protected]>
+
+        Unrevewied Windows build fix after r158736; add InlineElementBox.cpp to the RenderingAllInOne.cpp file.
+
+        * rendering/RenderingAllInOne.cpp:
+
 2013-11-06  Sergio Villar Senin  <[email protected]>
 
         Unreviewed build fix, style() return type is now a reference.

Modified: trunk/Source/WebCore/rendering/RenderingAllInOne.cpp (158748 => 158749)


--- trunk/Source/WebCore/rendering/RenderingAllInOne.cpp	2013-11-06 16:38:45 UTC (rev 158748)
+++ trunk/Source/WebCore/rendering/RenderingAllInOne.cpp	2013-11-06 16:45:28 UTC (rev 158749)
@@ -37,6 +37,7 @@
 #include "HitTestLocation.cpp"
 #include "ImageQualityController.cpp"
 #include "InlineBox.cpp"
+#include "InlineElementBox.cpp"
 #include "InlineFlowBox.cpp"
 #include "InlineTextBox.cpp"
 #include "LayoutRepainter.cpp"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to