| Index: Source/core/html/forms/HiddenInputType.cpp
|
| diff --git a/Source/core/html/forms/HiddenInputType.cpp b/Source/core/html/forms/HiddenInputType.cpp
|
| index f9232104b6deb673f776d803a2f6e8219b658821..12393ce58b8e489c29df1f30c82f79b72c7788c9 100644
|
| --- a/Source/core/html/forms/HiddenInputType.cpp
|
| +++ b/Source/core/html/forms/HiddenInputType.cpp
|
| @@ -75,7 +75,7 @@ bool HiddenInputType::supportsValidation() const
|
| RenderObject* HiddenInputType::createRenderer(RenderStyle*) const
|
| {
|
| ASSERT_NOT_REACHED();
|
| - return 0;
|
| + return nullptr;
|
| }
|
|
|
| void HiddenInputType::accessKeyAction(bool)
|
|
|