| Index: Source/core/html/ImageDocument.cpp
|
| diff --git a/Source/core/html/ImageDocument.cpp b/Source/core/html/ImageDocument.cpp
|
| index 032415354c0cad70608b883765aae5fad578dc1f..d6ff20c1f1d99e4ff5d7024cd9084b0083487cb0 100644
|
| --- a/Source/core/html/ImageDocument.cpp
|
| +++ b/Source/core/html/ImageDocument.cpp
|
| @@ -363,7 +363,7 @@ ImageResource* ImageDocument::cachedImage()
|
|
|
| bool ImageDocument::shouldShrinkToFit() const
|
| {
|
| - return frame()->page()->settings().shrinksStandaloneImagesToFit() && frame()->page()->mainFrame() == frame();
|
| + return frame()->settings()->shrinksStandaloneImagesToFit() && frame()->page()->mainFrame() == frame();
|
| }
|
|
|
| void ImageDocument::dispose()
|
|
|