| Index: Source/core/layout/svg/SVGTextLayoutAttributesBuilder.h
|
| diff --git a/Source/core/layout/svg/SVGTextLayoutAttributesBuilder.h b/Source/core/layout/svg/SVGTextLayoutAttributesBuilder.h
|
| index a5c204c7bcec266470ba6609db7d1636f59a2faf..c82c856b04b63677031e2209679ece1dbd5c74b8 100644
|
| --- a/Source/core/layout/svg/SVGTextLayoutAttributesBuilder.h
|
| +++ b/Source/core/layout/svg/SVGTextLayoutAttributesBuilder.h
|
| @@ -54,7 +54,7 @@ public:
|
|
|
| private:
|
| struct TextPosition {
|
| - TextPosition(SVGTextPositioningElement* newElement = 0, unsigned newStart = 0, unsigned newLength = 0)
|
| + TextPosition(SVGTextPositioningElement* newElement = nullptr, unsigned newStart = 0, unsigned newLength = 0)
|
| : element(newElement)
|
| , start(newStart)
|
| , length(newLength)
|
|
|