| Index: third_party/WebKit/Source/modules/webmidi/MIDIPort.h
|
| diff --git a/third_party/WebKit/Source/modules/webmidi/MIDIPort.h b/third_party/WebKit/Source/modules/webmidi/MIDIPort.h
|
| index 6f236432114567eed148d9527ab9686d4f706f50..52e7bbf195149c6cf83c2260ef631ba11ea8be01 100644
|
| --- a/third_party/WebKit/Source/modules/webmidi/MIDIPort.h
|
| +++ b/third_party/WebKit/Source/modules/webmidi/MIDIPort.h
|
| @@ -32,13 +32,13 @@
|
| #define MIDIPort_h
|
|
|
| #include "bindings/core/v8/ScriptPromise.h"
|
| -#include "bindings/core/v8/TraceWrapperMember.h"
|
| #include "core/dom/ContextLifecycleObserver.h"
|
| #include "core/dom/ExceptionCode.h"
|
| #include "media/midi/midi_service.mojom-blink.h"
|
| #include "modules/EventTargetModules.h"
|
| #include "modules/webmidi/MIDIAccessor.h"
|
| #include "platform/bindings/ActiveScriptWrappable.h"
|
| +#include "platform/bindings/TraceWrapperMember.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| namespace blink {
|
|
|