| Index: Source/core/layout/LayoutImage.h
|
| diff --git a/Source/core/layout/LayoutImage.h b/Source/core/layout/LayoutImage.h
|
| index 68a1111c0cbb22942261a5e7cf81bdde41b04916..d0fc8a27b68c8e37662c4c55146a8690aff178ee 100644
|
| --- a/Source/core/layout/LayoutImage.h
|
| +++ b/Source/core/layout/LayoutImage.h
|
| @@ -74,7 +74,7 @@ protected:
|
| virtual LayoutBox* embeddedContentBox() const override final;
|
| virtual void computeIntrinsicRatioInformation(FloatSize& intrinsicSize, double& intrinsicRatio) const override final;
|
|
|
| - virtual void imageChanged(WrappedImagePtr, const IntRect* = 0) override;
|
| + virtual void imageChanged(WrappedImagePtr, const IntRect* = nullptr) override;
|
|
|
| virtual void paint(const PaintInfo&, const LayoutPoint&) override final;
|
|
|
|
|