| Index: Source/core/html/HTMLImageElement.h
|
| diff --git a/Source/core/html/HTMLImageElement.h b/Source/core/html/HTMLImageElement.h
|
| index 67edf93352c895755d90fcd73d807aaf2b539da1..751741d44c454f2cfe5a069f0838278ec218b015 100644
|
| --- a/Source/core/html/HTMLImageElement.h
|
| +++ b/Source/core/html/HTMLImageElement.h
|
| @@ -53,8 +53,8 @@ public:
|
| ~HTMLImageElement() override;
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| - int width(bool ignorePendingStylesheets = false);
|
| - int height(bool ignorePendingStylesheets = false);
|
| + int width();
|
| + int height();
|
|
|
| int naturalWidth() const;
|
| int naturalHeight() const;
|
|
|