Title: [114669] trunk/Source/WebCore
- Revision
- 114669
- Author
- [email protected]
- Date
- 2012-04-19 14:20:23 -0700 (Thu, 19 Apr 2012)
Log Message
Initialize all member variables in CSSImageSetValue's copy constructor.
https://bugs.webkit.org/show_bug.cgi?id=84379
Reviewed by Simon Fraser.
No new tests / code cleanup only.
* css/CSSImageSetValue.cpp:
(WebCore::CSSImageSetValue::CSSImageSetValue):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (114668 => 114669)
--- trunk/Source/WebCore/ChangeLog 2012-04-19 20:53:03 UTC (rev 114668)
+++ trunk/Source/WebCore/ChangeLog 2012-04-19 21:20:23 UTC (rev 114669)
@@ -1,3 +1,15 @@
+2012-04-19 Luke Macpherson <[email protected]>
+
+ Initialize all member variables in CSSImageSetValue's copy constructor.
+ https://bugs.webkit.org/show_bug.cgi?id=84379
+
+ Reviewed by Simon Fraser.
+
+ No new tests / code cleanup only.
+
+ * css/CSSImageSetValue.cpp:
+ (WebCore::CSSImageSetValue::CSSImageSetValue):
+
2012-04-19 Ken Buchanan <[email protected]>
Positioned children of ruby runs not handled correctly during layout
Modified: trunk/Source/WebCore/css/CSSImageSetValue.cpp (114668 => 114669)
--- trunk/Source/WebCore/css/CSSImageSetValue.cpp 2012-04-19 20:53:03 UTC (rev 114668)
+++ trunk/Source/WebCore/css/CSSImageSetValue.cpp 2012-04-19 21:20:23 UTC (rev 114669)
@@ -142,6 +142,7 @@
CSSImageSetValue::CSSImageSetValue(const CSSImageSetValue& cloneFrom)
: CSSValueList(cloneFrom)
, m_accessedBestFitImage(false)
+ , m_scaleFactor(1)
{
// Non-CSSValueList data is not accessible through CSS OM, no need to clone.
}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes