| Index: Source/core/svg/SVGPathSegListBuilder.cpp
|
| diff --git a/Source/core/svg/SVGPathSegListBuilder.cpp b/Source/core/svg/SVGPathSegListBuilder.cpp
|
| index 8eb5e2c2f3ecf2c17d9dae1a6964628440e633b7..ce061aaaa2ebc38b7f2d17559302cd6f94304d05 100644
|
| --- a/Source/core/svg/SVGPathSegListBuilder.cpp
|
| +++ b/Source/core/svg/SVGPathSegListBuilder.cpp
|
| @@ -51,7 +51,7 @@ namespace WebCore {
|
|
|
| SVGPathSegListBuilder::SVGPathSegListBuilder()
|
| : m_pathElement(0)
|
| - , m_pathSegList(0)
|
| + , m_pathSegList(nullptr)
|
| , m_pathSegRole(PathSegUndefinedRole)
|
| {
|
| }
|
|
|