| Index: Source/core/svg/SVGStopElement.cpp
|
| diff --git a/Source/core/svg/SVGStopElement.cpp b/Source/core/svg/SVGStopElement.cpp
|
| index 4cfc5805148833cf47178918b6d74be84e7ee15b..5c13184c76023cab9fc1dd0623c5164421f1a21f 100644
|
| --- a/Source/core/svg/SVGStopElement.cpp
|
| +++ b/Source/core/svg/SVGStopElement.cpp
|
| @@ -67,7 +67,7 @@ Color SVGStopElement::stopColorIncludingOpacity() const
|
| {
|
| const ComputedStyle* style = layoutObject() ? layoutObject()->style() : nullptr;
|
| // 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)
|
| + // which the layoutObject or style is null. This entire class is scheduled for removal (Bug WK 86941)
|
| // and we will tolerate this null check until then.
|
| if (!style)
|
| return Color(Color::transparent); // Transparent black.
|
|
|