| Index: third_party/WebKit/Source/core/layout/svg/SVGTextLayoutEngineSpacing.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/layout/svg/SVGTextLayoutEngineSpacing.cpp b/third_party/WebKit/Source/core/layout/svg/SVGTextLayoutEngineSpacing.cpp
 | 
| index 7bd3564d79932540b3754786897a14485afca894..c9426d3848f7e5e0bb8baaa12fc8b3eafbd00bae 100644
 | 
| --- a/third_party/WebKit/Source/core/layout/svg/SVGTextLayoutEngineSpacing.cpp
 | 
| +++ b/third_party/WebKit/Source/core/layout/svg/SVGTextLayoutEngineSpacing.cpp
 | 
| @@ -27,7 +27,7 @@ namespace blink {
 | 
|  SVGTextLayoutEngineSpacing::SVGTextLayoutEngineSpacing(const Font& font,
 | 
|                                                         float effectiveZoom)
 | 
|      : m_font(font), m_lastCharacter(0), m_effectiveZoom(effectiveZoom) {
 | 
| -  ASSERT(m_effectiveZoom);
 | 
| +  DCHECK(m_effectiveZoom);
 | 
|  }
 | 
|  
 | 
|  float SVGTextLayoutEngineSpacing::calculateCSSSpacing(UChar currentCharacter) {
 | 
| 
 |