| Index: Source/core/xml/XSLImportRule.cpp
|
| diff --git a/Source/core/xml/XSLImportRule.cpp b/Source/core/xml/XSLImportRule.cpp
|
| index 0407c015f9924df47ff5dad58b63f7607bb8e45e..bfb45904cced122661674eef25431634c368b34d 100644
|
| --- a/Source/core/xml/XSLImportRule.cpp
|
| +++ b/Source/core/xml/XSLImportRule.cpp
|
| @@ -72,7 +72,7 @@ bool XSLImportRule::isLoading()
|
|
|
| void XSLImportRule::loadSheet()
|
| {
|
| - Document* ownerDocument = 0;
|
| + Document* ownerDocument = nullptr;
|
| XSLStyleSheet* rootSheet = parentStyleSheet();
|
|
|
| if (rootSheet) {
|
|
|