| Index: Source/core/svg/SVGViewSpec.cpp
|
| diff --git a/Source/core/svg/SVGViewSpec.cpp b/Source/core/svg/SVGViewSpec.cpp
|
| index d6a63c375ea764f545e468ba8657c2194a6e60d3..c02d2dad455886bb07ffe1d618c28c053fccb299 100644
|
| --- a/Source/core/svg/SVGViewSpec.cpp
|
| +++ b/Source/core/svg/SVGViewSpec.cpp
|
| @@ -76,7 +76,7 @@ SVGElement* SVGViewSpec::viewTarget() const
|
|
|
| void SVGViewSpec::detachContextElement()
|
| {
|
| - m_transform = 0;
|
| + m_transform = nullptr;
|
| clearViewBox();
|
| clearPreserveAspectRatio();
|
| m_contextElement = 0;
|
|
|