| Index: Source/web/MIDIClientProxy.cpp
|
| diff --git a/Source/web/MIDIClientProxy.cpp b/Source/web/MIDIClientProxy.cpp
|
| index ef4b2feaf8245c3cdb0933f39c83029e235a1eb8..0aad37cce09c82aeb567ea51d26cd2da13bc8f45 100644
|
| --- a/Source/web/MIDIClientProxy.cpp
|
| +++ b/Source/web/MIDIClientProxy.cpp
|
| @@ -40,7 +40,7 @@
|
|
|
| using namespace WebCore;
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| MIDIClientProxy::MIDIClientProxy(WebMIDIClient* client)
|
| : m_client(client)
|
| @@ -61,4 +61,4 @@ void MIDIClientProxy::cancelSysExPermissionRequest(MIDIAccess* access)
|
| m_client->cancelSysExPermissionRequest(WebMIDIPermissionRequest(access));
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|