Index: Source/core/imagebitmap/ImageBitmapFactories.h |
diff --git a/Source/core/imagebitmap/ImageBitmapFactories.h b/Source/core/imagebitmap/ImageBitmapFactories.h |
index f9f26e6ec884951a9b78b017e16c0b606d5617ec..3df00963cf284224e9b319663019ffaafdcaad2a 100644 |
--- a/Source/core/imagebitmap/ImageBitmapFactories.h |
+++ b/Source/core/imagebitmap/ImageBitmapFactories.h |
@@ -52,6 +52,7 @@ class ExecutionContext; |
class ImageBitmapFactories final : public NoBaseWillBeGarbageCollectedFinalized<ImageBitmapFactories>, public WillBeHeapSupplement<LocalDOMWindow>, public WillBeHeapSupplement<WorkerGlobalScope> { |
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(ImageBitmapFactories); |
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(ImageBitmapFactories); |
public: |
static ScriptPromise createImageBitmap(ScriptState*, EventTarget&, Blob*, ExceptionState&); |