| Index: Source/modules/webmidi/MIDIPort.h
|
| diff --git a/Source/modules/webmidi/MIDIPort.h b/Source/modules/webmidi/MIDIPort.h
|
| index 4352b2c2a7bb60456ec92969b0cd9d73aa175ecf..17d907768b78bdfffc8413bbcd4536ac9e2fb0cd 100644
|
| --- a/Source/modules/webmidi/MIDIPort.h
|
| +++ b/Source/modules/webmidi/MIDIPort.h
|
| @@ -31,6 +31,7 @@
|
| #ifndef MIDIPort_h
|
| #define MIDIPort_h
|
|
|
| +#include "bindings/v8/ScriptWrappable.h"
|
| #include "core/dom/ActiveDOMObject.h"
|
| #include "core/dom/EventTarget.h"
|
| #include "wtf/RefCounted.h"
|
| @@ -39,7 +40,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -class MIDIPort : public ActiveDOMObject, public RefCounted<MIDIPort>, public EventTarget {
|
| +class MIDIPort : public RefCounted<MIDIPort>, public ScriptWrappable, public ActiveDOMObject, public EventTarget {
|
| public:
|
| enum MIDIPortTypeCode {
|
| MIDIPortTypeInput,
|
|
|