| Index: Source/core/fetch/ImageResource.h
|
| diff --git a/Source/core/fetch/ImageResource.h b/Source/core/fetch/ImageResource.h
|
| index 5fd733cf21be2d238801beed231841f376364efe..8e96fc4fee0977f9e831bdb23b7f2d25b6e1c73e 100644
|
| --- a/Source/core/fetch/ImageResource.h
|
| +++ b/Source/core/fetch/ImageResource.h
|
| @@ -121,7 +121,7 @@ private:
|
| void updateImage(bool allDataReceived);
|
| void clearImage();
|
| // If not null, changeRect is the changed part of the image.
|
| - void notifyObservers(const IntRect* changeRect = 0);
|
| + void notifyObservers(const IntRect* changeRect = nullptr);
|
|
|
| virtual void switchClientsToRevalidatedResource() override;
|
|
|
|
|