| Index: Source/modules/webmidi/MIDIPort.h
|
| diff --git a/Source/modules/webmidi/MIDIPort.h b/Source/modules/webmidi/MIDIPort.h
|
| index 17d907768b78bdfffc8413bbcd4536ac9e2fb0cd..408ef2c52ed95af13acdb26488cdd7c57ab95fe2 100644
|
| --- a/Source/modules/webmidi/MIDIPort.h
|
| +++ b/Source/modules/webmidi/MIDIPort.h
|
| @@ -40,7 +40,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -class MIDIPort : public RefCounted<MIDIPort>, public ScriptWrappable, public ActiveDOMObject, public EventTarget {
|
| +class MIDIPort : public EventTarget, public RefCounted<MIDIPort>, public ScriptWrappable, public ActiveDOMObject {
|
| public:
|
| enum MIDIPortTypeCode {
|
| MIDIPortTypeInput,
|
|
|