| Index: Source/core/html/ImageDocument.cpp
|
| diff --git a/Source/core/html/ImageDocument.cpp b/Source/core/html/ImageDocument.cpp
|
| index b45b3a24385f58bb2cb7599b1c4784987df6e9ad..70f31d2b92d631b8852a02fd7162a74bf7c09b30 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()
|
|
|