| 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 98581789b57b5c3fdd8f1fd74daf03f7c9801769..2456a7bf0a4f7a4a4fe41cde6454ce86eaf9b812 100644
|
| --- a/third_party/WebKit/Source/modules/webmidi/MIDIPort.h
|
| +++ b/third_party/WebKit/Source/modules/webmidi/MIDIPort.h
|
| @@ -73,7 +73,6 @@ class MIDIPort : public EventTargetWithInlineData,
|
| ScriptPromise open(ScriptState*);
|
| ScriptPromise close(ScriptState*);
|
|
|
| - MIDIAccess* midiAccess() const { return m_access; }
|
| midi::mojom::PortState getState() const { return m_state; }
|
| void setState(midi::mojom::PortState);
|
| ConnectionState getConnection() const { return m_connection; }
|
| @@ -106,6 +105,7 @@ class MIDIPort : public EventTargetWithInlineData,
|
| midi::mojom::PortState);
|
|
|
| void open();
|
| + MIDIAccess* midiAccess() const { return m_access; }
|
|
|
| private:
|
| ScriptPromise accept(ScriptState*);
|
|
|