| Index: trunk/Source/core/svg/SVGStopElement.cpp
|
| ===================================================================
|
| --- trunk/Source/core/svg/SVGStopElement.cpp (revision 190671)
|
| +++ trunk/Source/core/svg/SVGStopElement.cpp (working copy)
|
| @@ -70,7 +70,7 @@
|
|
|
| Color SVGStopElement::stopColorIncludingOpacity() const
|
| {
|
| - const LayoutStyle* style = renderer() ? renderer()->style() : nullptr;
|
| + LayoutStyle* style = renderer() ? renderer()->style() : 0;
|
| // FIXME: This check for null style exists to address Bug WK 90814, a rare crash condition in
|
| // which the renderer or style is null. This entire class is scheduled for removal (Bug WK 86941)
|
| // and we will tolerate this null check until then.
|
|
|