Title: [92312] branches/safari-534.51-branch/Source/WebCore
Diff
Modified: branches/safari-534.51-branch/Source/WebCore/ChangeLog (92311 => 92312)
--- branches/safari-534.51-branch/Source/WebCore/ChangeLog 2011-08-03 21:16:57 UTC (rev 92311)
+++ branches/safari-534.51-branch/Source/WebCore/ChangeLog 2011-08-03 21:22:02 UTC (rev 92312)
@@ -1,5 +1,16 @@
2011-08-03 Lucas Forschler <[email protected]>
+ Merged 91447.
+
+ 2011-07-20 Ryosuke Niwa <[email protected]>
+
+ Fix a Valgrind failure caused by r91435.
+
+ * platform/ScrollableArea.cpp:
+ (WebCore::ScrollableArea::ScrollableArea):
+
+2011-08-03 Lucas Forschler <[email protected]>
+
Merged 91438.
2011-07-20 Ryosuke Niwa <[email protected]>
Modified: branches/safari-534.51-branch/Source/WebCore/platform/ScrollableArea.cpp (92311 => 92312)
--- branches/safari-534.51-branch/Source/WebCore/platform/ScrollableArea.cpp 2011-08-03 21:16:57 UTC (rev 92311)
+++ branches/safari-534.51-branch/Source/WebCore/platform/ScrollableArea.cpp 2011-08-03 21:22:02 UTC (rev 92312)
@@ -47,6 +47,7 @@
, m_inLiveResize(false)
, m_verticalScrollElasticity(ScrollElasticityNone)
, m_horizontalScrollElasticity(ScrollElasticityNone)
+ , m_scrollbarOverlayStyle(ScrollbarOverlayStyleDefault)
{
}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes