| Index: Source/core/layout/LayoutProgress.cpp
|
| diff --git a/Source/core/layout/LayoutProgress.cpp b/Source/core/layout/LayoutProgress.cpp
|
| index eb5584b04e2e22b3217cabd7112738b8b2710032..0849f79c61b4b6c55347f1ced36f51016d162902 100644
|
| --- a/Source/core/layout/LayoutProgress.cpp
|
| +++ b/Source/core/layout/LayoutProgress.cpp
|
| @@ -104,7 +104,7 @@ void LayoutProgress::updateAnimationState()
|
| HTMLProgressElement* LayoutProgress::progressElement() const
|
| {
|
| if (!node())
|
| - return 0;
|
| + return nullptr;
|
|
|
| if (isHTMLProgressElement(*node()))
|
| return toHTMLProgressElement(node());
|
|
|