| Index: Source/core/css/CSSImageSetValue.h
|
| diff --git a/Source/core/css/CSSImageSetValue.h b/Source/core/css/CSSImageSetValue.h
|
| index eba5dd1a167c04fdfe8033283faecd6d28dddfda..7f874209019f97042fcbdd4ecaa7cd465b872ff1 100644
|
| --- a/Source/core/css/CSSImageSetValue.h
|
| +++ b/Source/core/css/CSSImageSetValue.h
|
| @@ -44,7 +44,7 @@ public:
|
| }
|
| ~CSSImageSetValue();
|
|
|
| - StyleFetchedImageSet* cachedImageSet(ResourceFetcher*, float deviceScaleFactor, const ResourceLoaderOptions&, CORSEnabled);
|
| + StyleFetchedImageSet* cachedImageSet(ResourceFetcher*, float deviceScaleFactor, const ResourceLoaderOptions&);
|
| StyleFetchedImageSet* cachedImageSet(ResourceFetcher*, float deviceScaleFactor);
|
|
|
| // Returns a StyleFetchedImageSet if the best fit image has been cached already, otherwise a StylePendingImage.
|
|
|