Title: [158229] trunk/Source/WebCore
- Revision
- 158229
- Author
- [email protected]
- Date
- 2013-10-29 14:45:16 -0700 (Tue, 29 Oct 2013)
Log Message
Try to keep MSVC happy.
* rendering/SimpleLineLayout.h:
(WebCore::SimpleLineLayout::Run::Run):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (158228 => 158229)
--- trunk/Source/WebCore/ChangeLog 2013-10-29 21:44:37 UTC (rev 158228)
+++ trunk/Source/WebCore/ChangeLog 2013-10-29 21:45:16 UTC (rev 158229)
@@ -1,3 +1,10 @@
+2013-10-29 Antti Koivisto <[email protected]>
+
+ Try to keep MSVC happy.
+
+ * rendering/SimpleLineLayout.h:
+ (WebCore::SimpleLineLayout::Run::Run):
+
2013-10-29 Tim Horton <[email protected]>
More correct build fix after 158223.
Modified: trunk/Source/WebCore/rendering/SimpleLineLayout.h (158228 => 158229)
--- trunk/Source/WebCore/rendering/SimpleLineLayout.h 2013-10-29 21:44:37 UTC (rev 158228)
+++ trunk/Source/WebCore/rendering/SimpleLineLayout.h 2013-10-29 21:45:16 UTC (rev 158229)
@@ -43,6 +43,7 @@
bool canUseFor(const RenderBlockFlow&);
struct Run {
+ Run() { }
Run(unsigned textOffset, float left)
: textOffset(textOffset)
, textLength(0)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes