| Index: Source/core/loader/ImageLoader.h
|
| diff --git a/Source/core/loader/ImageLoader.h b/Source/core/loader/ImageLoader.h
|
| index f8dd45a6048b957636f7af0f301ca2270b40a1dd..a6a840549b56432688dcde959c33236e1d20629e 100644
|
| --- a/Source/core/loader/ImageLoader.h
|
| +++ b/Source/core/loader/ImageLoader.h
|
| @@ -61,7 +61,7 @@ class ImageLoader : public NoBaseWillBeGarbageCollectedFinalized<ImageLoader>, p
|
| public:
|
| explicit ImageLoader(Element*);
|
| virtual ~ImageLoader();
|
| - void trace(Visitor*);
|
| + virtual void trace(Visitor*);
|
|
|
| enum LoadType {
|
| LoadNormally,
|
|
|