| Index: Source/core/xml/XPathParser.cpp
|
| diff --git a/Source/core/xml/XPathParser.cpp b/Source/core/xml/XPathParser.cpp
|
| index bd04f9c8e5e41126d4dd8d404fb68db4202a0cdc..d3a4d72d495ae3b89936c929334f3d73b8b31ed5 100644
|
| --- a/Source/core/xml/XPathParser.cpp
|
| +++ b/Source/core/xml/XPathParser.cpp
|
| @@ -42,7 +42,7 @@ using namespace WTF;
|
| using namespace Unicode;
|
| using namespace XPath;
|
|
|
| -Parser* Parser::currentParser = 0;
|
| +Parser* Parser::currentParser = nullptr;
|
|
|
| enum XMLCat { NameStart, NameCont, NotPartOfName };
|
|
|
|
|