Title: [91447] trunk/Source/WebCore
- Revision
- 91447
- Author
- [email protected]
- Date
- 2011-07-20 23:22:59 -0700 (Wed, 20 Jul 2011)
Log Message
Fix a Valgrind failure caused by r91435.
* platform/ScrollableArea.cpp:
(WebCore::ScrollableArea::ScrollableArea):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (91446 => 91447)
--- trunk/Source/WebCore/ChangeLog 2011-07-21 05:56:42 UTC (rev 91446)
+++ trunk/Source/WebCore/ChangeLog 2011-07-21 06:22:59 UTC (rev 91447)
@@ -1,3 +1,10 @@
+2011-07-20 Ryosuke Niwa <[email protected]>
+
+ Fix a Valgrind failure caused by r91435.
+
+ * platform/ScrollableArea.cpp:
+ (WebCore::ScrollableArea::ScrollableArea):
+
2011-07-20 Sheriff Bot <[email protected]>
Unreviewed, rolling out r91332.
Modified: trunk/Source/WebCore/platform/ScrollableArea.cpp (91446 => 91447)
--- trunk/Source/WebCore/platform/ScrollableArea.cpp 2011-07-21 05:56:42 UTC (rev 91446)
+++ trunk/Source/WebCore/platform/ScrollableArea.cpp 2011-07-21 06:22:59 UTC (rev 91447)
@@ -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