Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1327)

Unified Diff: Source/core/imagebitmap/ImageBitmapFactories.h

Issue 1321723004: Make classes and structures in core/xml, core/input, core/imagebitmap and core/Init fast-allocated. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/Init.h ('k') | Source/core/input/EventHandler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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&);
« no previous file with comments | « Source/core/Init.h ('k') | Source/core/input/EventHandler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698