| Index: Source/core/html/ImageDocument.h
|
| diff --git a/Source/core/html/ImageDocument.h b/Source/core/html/ImageDocument.h
|
| index 6f9440462e6e8a828f874fe4a36ada426bf0f789..9dd3253efedb9944a959e4bd8c979fdff9964d06 100644
|
| --- a/Source/core/html/ImageDocument.h
|
| +++ b/Source/core/html/ImageDocument.h
|
| @@ -51,8 +51,7 @@ private:
|
| ImageDocument(Frame*, const KURL&);
|
|
|
| virtual PassRefPtr<DocumentParser> createParser();
|
| - virtual bool isImageDocument() const { return true; }
|
| -
|
| +
|
| void createDocumentStructure();
|
| void resizeImageToFit();
|
| void restoreImageSize();
|
|
|