| Index: Source/modules/webmidi/MIDIOptions.h
|
| diff --git a/Source/modules/webmidi/MIDIOptions.h b/Source/modules/webmidi/MIDIOptions.h
|
| index 028e4e39b47eae13a9b04def00f3a6e028a02312..5d4c501579913ea53c1755425cdc5fe996cf0cd8 100644
|
| --- a/Source/modules/webmidi/MIDIOptions.h
|
| +++ b/Source/modules/webmidi/MIDIOptions.h
|
| @@ -33,7 +33,7 @@
|
|
|
| #include "bindings/core/v8/Dictionary.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| struct MIDIOptions {
|
| explicit MIDIOptions(const Dictionary& options)
|
| @@ -45,6 +45,6 @@ struct MIDIOptions {
|
| bool sysex;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // MIDIOptions_h
|
|
|