Chromium Code Reviews| Index: Source/modules/webmidi/MIDIOutput.h |
| diff --git a/Source/modules/webmidi/MIDIOutput.h b/Source/modules/webmidi/MIDIOutput.h |
| index b0106f4001fd5e09e7fed2977be24d8baed0074c..19af40b936910e89ac85b593b39dc661c024ffcd 100644 |
| --- a/Source/modules/webmidi/MIDIOutput.h |
| +++ b/Source/modules/webmidi/MIDIOutput.h |
| @@ -59,8 +59,6 @@ private: |
| unsigned m_portIndex; |
| }; |
| -typedef HeapVector<Member<MIDIOutput> > MIDIOutputVector; |
| - |
| } // namespace blink |
| #endif // MIDIOutput_h |