| Index: Source/core/css/CSSImageSetValue.cpp
|
| diff --git a/Source/core/css/CSSImageSetValue.cpp b/Source/core/css/CSSImageSetValue.cpp
|
| index c539e3003b3cfe6fe9e577eda0d4a1d7a97546ad..dcbc486c180170d0eccf7d504cf257d8e41aa515 100644
|
| --- a/Source/core/css/CSSImageSetValue.cpp
|
| +++ b/Source/core/css/CSSImageSetValue.cpp
|
| @@ -98,7 +98,7 @@ StyleCachedImageSet* CSSImageSetValue::cachedImageSet(ResourceFetcher* loader, f
|
| fillImageSet();
|
|
|
| if (!m_accessedBestFitImage) {
|
| - // FIXME: In the future, we want to take much more than deviceScaleFactor into acount here.
|
| + // FIXME: In the future, we want to take much more than deviceScaleFactor into acount here.
|
| // All forms of scale should be included: Page::pageScaleFactor(), Frame::pageZoomFactor(),
|
| // and any CSS transforms. https://bugs.webkit.org/show_bug.cgi?id=81698
|
| ImageWithScale image = bestImageForScaleFactor();
|
|
|