| Index: Source/modules/webmidi/MIDIInput.h
|
| diff --git a/Source/modules/webmidi/MIDIInput.h b/Source/modules/webmidi/MIDIInput.h
|
| index bc32c6c395de1ad4e2c1df784d23c4689616560c..18bfa347ccce96c9ff280eb4f2a53cdcfb597f87 100644
|
| --- a/Source/modules/webmidi/MIDIInput.h
|
| +++ b/Source/modules/webmidi/MIDIInput.h
|
| @@ -58,8 +58,6 @@ private:
|
| MIDIInput(MIDIAccess*, const String& id, const String& manufacturer, const String& name, const String& version);
|
| };
|
|
|
| -typedef HeapVector<Member<MIDIInput> > MIDIInputVector;
|
| -
|
| } // namespace blink
|
|
|
| #endif // MIDIInput_h
|
|
|