| Index: src/xml/SkXMLParser.cpp
|
| diff --git a/src/xml/SkXMLParser.cpp b/src/xml/SkXMLParser.cpp
|
| index ccc7aa4b02e5bac014b3f46d9599347afda1fc3c..e28365634ed9b571db2c1534733825c9e6f81bc5 100644
|
| --- a/src/xml/SkXMLParser.cpp
|
| +++ b/src/xml/SkXMLParser.cpp
|
| @@ -51,7 +51,7 @@ void SkXMLParserError::reset() {
|
|
|
| ////////////////
|
|
|
| -SkXMLParser::SkXMLParser(SkXMLParserError* parserError) : fParser(NULL), fError(parserError)
|
| +SkXMLParser::SkXMLParser(SkXMLParserError* parserError) : fParser(nullptr), fError(parserError)
|
| {
|
| }
|
|
|
|
|