| Index: Source/core/platform/graphics/Image.h
|
| diff --git a/Source/core/platform/graphics/Image.h b/Source/core/platform/graphics/Image.h
|
| index 45998e1f9ef9ab357ddb80451f3d712f10700292..21923b20c87df9b5f6547414d2da707e170ee8c3 100644
|
| --- a/Source/core/platform/graphics/Image.h
|
| +++ b/Source/core/platform/graphics/Image.h
|
| @@ -60,7 +60,6 @@ class Image : public RefCounted<Image> {
|
| public:
|
| virtual ~Image();
|
|
|
| - static PassRefPtr<Image> create(ImageObserver* = 0);
|
| static PassRefPtr<Image> loadPlatformResource(const char* name);
|
| static bool supportsType(const String&);
|
|
|
|
|