| Index: Source/modules/webmidi/MIDIInput.h
|
| diff --git a/Source/modules/webmidi/MIDIInput.h b/Source/modules/webmidi/MIDIInput.h
|
| index 39f7efdd9fc7860ea49ab431475a75865e22d269..4e7aff490d4b2931e3960bfd72f345c37f48e867 100644
|
| --- a/Source/modules/webmidi/MIDIInput.h
|
| +++ b/Source/modules/webmidi/MIDIInput.h
|
| @@ -39,7 +39,7 @@ namespace WebCore {
|
| class MIDIAccess;
|
| class ExecutionContext;
|
|
|
| -class MIDIInput : public MIDIPort {
|
| +class MIDIInput FINAL : public MIDIPort {
|
| public:
|
| static PassRefPtr<MIDIInput> create(MIDIAccess*, ExecutionContext*, const String& id, const String& manufacturer, const String& name, const String& version);
|
| virtual ~MIDIInput() { }
|
|
|