| Index: Source/modules/webmidi/MIDIInput.cpp
|
| diff --git a/Source/modules/webmidi/MIDIInput.cpp b/Source/modules/webmidi/MIDIInput.cpp
|
| index 42054e87fc06136a2519497db9d46959bbe9eece..10ed596fd2908b6e11e47ca5de15f2c84ce0ddec 100644
|
| --- a/Source/modules/webmidi/MIDIInput.cpp
|
| +++ b/Source/modules/webmidi/MIDIInput.cpp
|
| @@ -31,9 +31,9 @@
|
| #include "config.h"
|
| #include "modules/webmidi/MIDIInput.h"
|
|
|
| -#include "heap/Handle.h"
|
| #include "modules/webmidi/MIDIAccess.h"
|
| #include "modules/webmidi/MIDIMessageEvent.h"
|
| +#include "platform/heap/Handle.h"
|
|
|
| namespace WebCore {
|
|
|
|
|