| Index: third_party/WebKit/Source/core/paint/ThemePainterDefault.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/ThemePainterDefault.cpp b/third_party/WebKit/Source/core/paint/ThemePainterDefault.cpp
|
| index 528b37d4ad0bf4be33b521b87596fb571609f2cd..9ccfd5c0772091a9075f23cdfa660fe040937771 100644
|
| --- a/third_party/WebKit/Source/core/paint/ThemePainterDefault.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/ThemePainterDefault.cpp
|
| @@ -134,7 +134,7 @@ IntRect convertToPaintingRect(const LayoutObject& inputLayoutObject, const Layou
|
| } // namespace
|
|
|
| ThemePainterDefault::ThemePainterDefault()
|
| - : ThemePainter(nullptr)
|
| + : ThemePainter()
|
| {
|
| }
|
|
|
|
|