| Index: Source/modules/webmidi/MIDIOutput.h
|
| diff --git a/Source/modules/webmidi/MIDIOutput.h b/Source/modules/webmidi/MIDIOutput.h
|
| index 6269c4cd6ba343a6f3edabf53c8a4e8e16df151b..cecb98a724b7c4178bb95d9fe16ac1655c08f2f7 100644
|
| --- a/Source/modules/webmidi/MIDIOutput.h
|
| +++ b/Source/modules/webmidi/MIDIOutput.h
|
| @@ -50,6 +50,8 @@ private:
|
| MIDIOutput(ScriptExecutionContext*, const String& id, const String& manufacturer, const String& name, const String& version);
|
| };
|
|
|
| +typedef Vector<RefPtr<MIDIOutput> > MIDIOutputVector;
|
| +
|
| } // namespace WebCore
|
|
|
| #endif // MIDIOutput_h
|
|
|