| Index: Source/modules/imagebitmap/ImageBitmapFactories.h
|
| diff --git a/Source/modules/imagebitmap/ImageBitmapFactories.h b/Source/modules/imagebitmap/ImageBitmapFactories.h
|
| index 7ae4e7d148626edd201462bf9195f650fc69771a..54357bdcce23f904e2660dce0441b3d4f362685d 100644
|
| --- a/Source/modules/imagebitmap/ImageBitmapFactories.h
|
| +++ b/Source/modules/imagebitmap/ImageBitmapFactories.h
|
| @@ -54,7 +54,7 @@ class ImageBitmap;
|
| class ImageData;
|
| class ExecutionContext;
|
|
|
| -class ImageBitmapFactories FINAL : public NoBaseWillBeGarbageCollectedFinalized<ImageBitmapFactories>, public WillBeHeapSupplement<DOMWindow>, public WillBeHeapSupplement<WorkerGlobalScope> {
|
| +class ImageBitmapFactories FINAL : public NoBaseWillBeGarbageCollectedFinalized<ImageBitmapFactories>, public WillBeHeapSupplement<LocalDOMWindow>, public WillBeHeapSupplement<WorkerGlobalScope> {
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(ImageBitmapFactories);
|
|
|
| public:
|
|
|