| Index: Source/modules/webmidi/MIDIInput.cpp
|
| diff --git a/Source/modules/webmidi/MIDIInput.cpp b/Source/modules/webmidi/MIDIInput.cpp
|
| index ff333e61fc0e63ebca2987dba0ae93f662417ea2..341171764483b9a337d7126e6f103f1c2dbeb8d8 100644
|
| --- a/Source/modules/webmidi/MIDIInput.cpp
|
| +++ b/Source/modules/webmidi/MIDIInput.cpp
|
| @@ -35,7 +35,7 @@
|
| #include "modules/webmidi/MIDIMessageEvent.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| MIDIInput* MIDIInput::create(MIDIAccess* access, const String& id, const String& manufacturer, const String& name, const String& version)
|
| {
|
| @@ -70,4 +70,4 @@ void MIDIInput::trace(Visitor* visitor)
|
| MIDIPort::trace(visitor);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|