| Index: third_party/WebKit/Source/core/style/StyleFetchedImage.h
|
| diff --git a/third_party/WebKit/Source/core/style/StyleFetchedImage.h b/third_party/WebKit/Source/core/style/StyleFetchedImage.h
|
| index 4bc7d9e1adc6272320b598734b030cf371a7ae81..51d2d4d0d4e025ad397e8c9a4545189024740b03 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleFetchedImage.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleFetchedImage.h
|
| @@ -34,6 +34,7 @@ class ImageResource;
|
|
|
| class StyleFetchedImage final : public StyleImage, private ResourceClient {
|
| USING_PRE_FINALIZER(StyleFetchedImage, dispose);
|
| + USING_GARBAGE_COLLECTED_MIXIN(StyleFetchedImage);
|
| public:
|
| static StyleFetchedImage* create(ImageResource* image, Document* document, const KURL& url)
|
| {
|
|
|