| Index: third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGElement.cpp b/third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| index 0a4e63b74afc014416ac851b5d35c85ba6dfa0c2..851793682737676af7afe23fdbe3aa6d2465da2e 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| @@ -334,7 +334,7 @@ void SVGElement::removedFrom(ContainerNode* rootParent) {
|
| m_elementsWithRelativeLengths.clear();
|
| }
|
|
|
| - ASSERT_WITH_SECURITY_IMPLICATION(
|
| + SECURITY_DCHECK(
|
| !rootParent->isSVGElement() ||
|
| !toSVGElement(rootParent)->m_elementsWithRelativeLengths.contains(this));
|
|
|
|
|