| Index: Source/core/imagebitmap/ImageBitmapFactories.h
|
| diff --git a/Source/core/imagebitmap/ImageBitmapFactories.h b/Source/core/imagebitmap/ImageBitmapFactories.h
|
| index 3cc1e303d661419b14e92008c81d036fd01fb86f..a6fdea71c1e21a528d16dabede720557c0ce2986 100644
|
| --- a/Source/core/imagebitmap/ImageBitmapFactories.h
|
| +++ b/Source/core/imagebitmap/ImageBitmapFactories.h
|
| @@ -91,7 +91,7 @@ private:
|
| void loadBlobAsync(ExecutionContext*, Blob*);
|
| ScriptPromise promise() { return m_resolver->promise(); }
|
|
|
| - void trace(Visitor*);
|
| + virtual void trace(Visitor*);
|
|
|
| virtual ~ImageBitmapLoader() { }
|
|
|
|
|