| Index: third_party/WebKit/Source/core/svg/SVGElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGElement.h b/third_party/WebKit/Source/core/svg/SVGElement.h
|
| index e8bf29979999e18d69701d1bd36fb625cc356196..82504636afdb554a5038903d4a4189d725aa191b 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGElement.h
|
| @@ -240,7 +240,7 @@ class CORE_EXPORT SVGElement : public Element {
|
| SVGElementRareData* ensureSVGRareData();
|
| inline bool hasSVGRareData() const { return m_SVGRareData; }
|
| inline SVGElementRareData* svgRareData() const {
|
| - ASSERT(m_SVGRareData);
|
| + DCHECK(m_SVGRareData);
|
| return m_SVGRareData.get();
|
| }
|
|
|
|
|