Index: Source/modules/webmidi/MIDIConnectionEvent.h |
diff --git a/Source/modules/webmidi/MIDIConnectionEvent.h b/Source/modules/webmidi/MIDIConnectionEvent.h |
index 97fa5d34c64550002b70875d3b27842627ac4c90..aad2888783ecbfb4dd9e980a6d295890a716d236 100644 |
--- a/Source/modules/webmidi/MIDIConnectionEvent.h |
+++ b/Source/modules/webmidi/MIDIConnectionEvent.h |
@@ -40,9 +40,9 @@ struct MIDIConnectionEventInit : public EventInit { |
MIDIConnectionEventInit() |
: port(nullptr) |
{ |
- }; |
+ } |
- RefPtr<MIDIPort> port; |
+ RefPtrWillBeMember<MIDIPort> port; |
}; |
class MIDIConnectionEvent FINAL : public Event { |