| Index: Source/core/xml/DocumentXSLT.cpp
|
| diff --git a/Source/core/xml/DocumentXSLT.cpp b/Source/core/xml/DocumentXSLT.cpp
|
| index 42c04a07796829d65841fbc309c8acd73eec3cb8..99343a0d0e007a7bd463590e07aa4d3ac98c5664 100644
|
| --- a/Source/core/xml/DocumentXSLT.cpp
|
| +++ b/Source/core/xml/DocumentXSLT.cpp
|
| @@ -129,7 +129,7 @@ ProcessingInstruction* DocumentXSLT::findXSLStyleSheet(Document& document)
|
| if (pi->isXSL())
|
| return pi;
|
| }
|
| - return 0;
|
| + return nullptr;
|
| }
|
|
|
| bool DocumentXSLT::processingInstructionInsertedIntoDocument(Document& document, ProcessingInstruction* pi)
|
|
|