| Index: Source/modules/webmidi/NavigatorWebMIDI.h
|
| diff --git a/Source/modules/webmidi/NavigatorWebMIDI.h b/Source/modules/webmidi/NavigatorWebMIDI.h
|
| index 1b6e73bc191e3f42a7251e55eeb4f67b4341c3e9..97d06f811c2fe0d90493fb61691de7f97e5905dd 100644
|
| --- a/Source/modules/webmidi/NavigatorWebMIDI.h
|
| +++ b/Source/modules/webmidi/NavigatorWebMIDI.h
|
| @@ -40,7 +40,7 @@ namespace WebCore {
|
| class MIDIAccessPromise;
|
| class Navigator;
|
|
|
| -class NavigatorWebMIDI : public Supplement<Navigator>, public DOMWindowProperty {
|
| +class NavigatorWebMIDI FINAL : public Supplement<Navigator>, public DOMWindowProperty {
|
| public:
|
| virtual ~NavigatorWebMIDI();
|
| static NavigatorWebMIDI* from(Navigator*);
|
|
|