| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGGradientStop.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGGradientStop.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGGradientStop.cpp
 | 
| index 5ddab52789d8de0be40ab079705c8450568e11b2..1ddfd634f5c1254517c19873f43f9271a48970c2 100644
 | 
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGGradientStop.cpp
 | 
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGGradientStop.cpp
 | 
| @@ -58,7 +58,7 @@ void LayoutSVGGradientStop::layout() {
 | 
|  
 | 
|  SVGGradientElement* LayoutSVGGradientStop::gradientElement() const {
 | 
|    ContainerNode* parentNode = node()->parentNode();
 | 
| -  ASSERT(parentNode);
 | 
| +  DCHECK(parentNode);
 | 
|    return isSVGGradientElement(*parentNode) ? toSVGGradientElement(parentNode)
 | 
|                                             : 0;
 | 
|  }
 | 
| 
 |