| Index: Source/modules/webmidi/MIDIAccess.h
|
| diff --git a/Source/modules/webmidi/MIDIAccess.h b/Source/modules/webmidi/MIDIAccess.h
|
| index 1cc60ebd3a569bb702ccc4decf56d2d0fcb5130f..92a6388bd033fc5fcefdff97c9fbe1858158ce9e 100644
|
| --- a/Source/modules/webmidi/MIDIAccess.h
|
| +++ b/Source/modules/webmidi/MIDIAccess.h
|
| @@ -42,7 +42,7 @@
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/Vector.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class ExecutionContext;
|
| struct MIDIOptions;
|
| @@ -99,6 +99,6 @@ private:
|
| MIDIOutputVector m_outputs;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // MIDIAccess_h
|
|
|