| Index: Source/core/layout/LayoutListMarker.h
|
| diff --git a/Source/core/layout/LayoutListMarker.h b/Source/core/layout/LayoutListMarker.h
|
| index e6ab5f2c83b6190b79d934f7fbfd43f156d8d424..76d1b0195ad3b8fcc4f9c890991093e7cf567966 100644
|
| --- a/Source/core/layout/LayoutListMarker.h
|
| +++ b/Source/core/layout/LayoutListMarker.h
|
| @@ -71,7 +71,7 @@ private:
|
|
|
| virtual void layout() override;
|
|
|
| - virtual void imageChanged(WrappedImagePtr, const IntRect* = 0) override;
|
| + virtual void imageChanged(WrappedImagePtr, const IntRect* = nullptr) override;
|
|
|
| virtual InlineBox* createInlineBox() override;
|
|
|
|
|