| Index: Source/core/html/HTMLImageElement.h
|
| diff --git a/Source/core/html/HTMLImageElement.h b/Source/core/html/HTMLImageElement.h
|
| index c5f7e61874e880a50b5d3e12652f9e27d71f739a..eb9b70dd7fd211abbec8eaab6393e204e9c50cf9 100644
|
| --- a/Source/core/html/HTMLImageElement.h
|
| +++ b/Source/core/html/HTMLImageElement.h
|
| @@ -109,7 +109,6 @@ public:
|
| void setUseFallbackContent();
|
| void setIsFallbackImage() { m_isFallbackImage = true; }
|
|
|
| - static int widthAttributeToInt(const String& value, bool& isValid);
|
| FetchRequest::ResourceWidth resourceWidth();
|
| float sourceSize(Element&);
|
|
|
|
|