| Index: Source/core/svg/SVGUseElement.cpp
|
| diff --git a/Source/core/svg/SVGUseElement.cpp b/Source/core/svg/SVGUseElement.cpp
|
| index 5f27308b2391718207a24013b6bccbc94962d1fe..123ffcb78e0cef6282e156b35089fb1a2986e4be 100644
|
| --- a/Source/core/svg/SVGUseElement.cpp
|
| +++ b/Source/core/svg/SVGUseElement.cpp
|
| @@ -368,7 +368,7 @@ void SVGUseElement::clearResourceReferences()
|
|
|
| if (m_targetElementInstance) {
|
| m_targetElementInstance->detach();
|
| - m_targetElementInstance = 0;
|
| + m_targetElementInstance = nullptr;
|
| }
|
|
|
| m_needsShadowTreeRecreation = false;
|
|
|