Bug 1058040, part 13 - Fix an uninitialized memory bug in SVGImageContext's default ctor. r=dholbert

This commit is contained in:
Jonathan Watt 2017-02-03 22:21:04 +00:00
parent 94608339b3
commit 6bb704eb39

View File

@ -25,6 +25,7 @@ class SVGImageContext
public:
SVGImageContext()
: mGlobalOpacity(1.0)
, mIsPaintingSVGImageElement(false)
{ }
/**