Index: Source/modules/webmidi/MIDIConnectionEvent.h |
diff --git a/Source/modules/webmidi/MIDIConnectionEvent.h b/Source/modules/webmidi/MIDIConnectionEvent.h |
index 3579a70e57a264d8071d51fde573da6df3df5ab3..52870826127d5c52cf6887dd20c6656f7ee2298c 100644 |
--- a/Source/modules/webmidi/MIDIConnectionEvent.h |
+++ b/Source/modules/webmidi/MIDIConnectionEvent.h |
@@ -45,7 +45,7 @@ struct MIDIConnectionEventInit : public EventInit { |
RefPtr<MIDIPort> port; |
}; |
-class MIDIConnectionEvent : public Event { |
+class MIDIConnectionEvent FINAL : public Event { |
public: |
static PassRefPtr<MIDIConnectionEvent> create() |
{ |