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

Unified Diff: Source/modules/webmidi/MIDIController.h

Issue 1318793005: [part 2] Make classes and structures in modules fast-allocated. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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/modules/webmidi/MIDIAccessor.h ('k') | Source/modules/websockets/InspectorWebSocketEvents.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webmidi/MIDIController.h
diff --git a/Source/modules/webmidi/MIDIController.h b/Source/modules/webmidi/MIDIController.h
index bc66bbe412e41d7a3fd82d7059790d98e93071b1..ee81f8e8b443f9b536ca20ee473a66f35294ab22 100644
--- a/Source/modules/webmidi/MIDIController.h
+++ b/Source/modules/webmidi/MIDIController.h
@@ -41,6 +41,7 @@ class MIDIClient;
class MIDIController final : public NoBaseWillBeGarbageCollectedFinalized<MIDIController>, public WillBeHeapSupplement<LocalFrame> {
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(MIDIController);
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(MIDIController);
public:
virtual ~MIDIController();
« no previous file with comments | « Source/modules/webmidi/MIDIAccessor.h ('k') | Source/modules/websockets/InspectorWebSocketEvents.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698