| Index: Source/platform/graphics/ImageDecodingStore.h
|
| diff --git a/Source/platform/graphics/ImageDecodingStore.h b/Source/platform/graphics/ImageDecodingStore.h
|
| index 8819a3030ed9769a2992f4af3d138e42977d19f7..9b9198a2bad5caccc441b520a9cefa01a1b143d2 100644
|
| --- a/Source/platform/graphics/ImageDecodingStore.h
|
| +++ b/Source/platform/graphics/ImageDecodingStore.h
|
| @@ -66,7 +66,7 @@ public:
|
| static PassOwnPtr<ImageDecodingStore> create() { return adoptPtr(new ImageDecodingStore); }
|
| ~ImageDecodingStore();
|
|
|
| - static ImageDecodingStore* instance();
|
| + static ImageDecodingStore& instance();
|
|
|
| // Access a cached decoder object. A decoder is indexed by origin (ImageFrameGenerator)
|
| // and scaled size. Return true if the cached object is found.
|
|
|