| Index: Source/modules/webmidi/MIDIConnectionEvent.h
|
| diff --git a/Source/modules/webmidi/MIDIConnectionEvent.h b/Source/modules/webmidi/MIDIConnectionEvent.h
|
| index dde43e554c4d06fdb534da77f8d80b282e2b6d8c..a613603a8a27885f2a8cc267c45a8edafa86c358 100644
|
| --- a/Source/modules/webmidi/MIDIConnectionEvent.h
|
| +++ b/Source/modules/webmidi/MIDIConnectionEvent.h
|
| @@ -34,7 +34,7 @@
|
| #include "modules/EventModules.h"
|
| #include "modules/webmidi/MIDIPort.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| struct MIDIConnectionEventInit : public EventInit {
|
| MIDIConnectionEventInit()
|
| @@ -65,6 +65,6 @@ private:
|
| PersistentWillBeMember<MIDIPort> m_port;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // MIDIConnectionEvent_h
|
|
|