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