Index: Source/modules/webmidi/MIDIInput.h |
diff --git a/Source/modules/webmidi/MIDIInput.h b/Source/modules/webmidi/MIDIInput.h |
index 935e3a76ff17873b557a5836e83d4ce4744bee56..2043cb0e6c1a6edc88b59d101e185ae0964db63b 100644 |
--- a/Source/modules/webmidi/MIDIInput.h |
+++ b/Source/modules/webmidi/MIDIInput.h |
@@ -57,8 +57,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 |