| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGHiddenContainer.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGHiddenContainer.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGHiddenContainer.cpp
 | 
| index c3b253c302695d69d3f21315fdced8d408c07d97..73638edea343748c66b6bb922dd18e872e83a4b6 100644
 | 
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGHiddenContainer.cpp
 | 
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGHiddenContainer.cpp
 | 
| @@ -28,7 +28,7 @@ LayoutSVGHiddenContainer::LayoutSVGHiddenContainer(SVGElement* element)
 | 
|      : LayoutSVGContainer(element) {}
 | 
|  
 | 
|  void LayoutSVGHiddenContainer::layout() {
 | 
| -  ASSERT(needsLayout());
 | 
| +  DCHECK(needsLayout());
 | 
|    LayoutAnalyzer::Scope analyzer(*this);
 | 
|  
 | 
|    // When hasRelativeLengths() is false, no descendants have relative lengths
 | 
| 
 |