| Index: third_party/WebKit/Source/modules/webmidi/MIDIPort.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webmidi/MIDIPort.cpp b/third_party/WebKit/Source/modules/webmidi/MIDIPort.cpp
|
| index 097876b18b46f41d469cafce96c548ec0b9b6394..dda903f1e260e543245ff871e28eef2fb48dc8da 100644
|
| --- a/third_party/WebKit/Source/modules/webmidi/MIDIPort.cpp
|
| +++ b/third_party/WebKit/Source/modules/webmidi/MIDIPort.cpp
|
| @@ -190,7 +190,7 @@ void MIDIPort::open() {
|
| ScriptPromise MIDIPort::accept(ScriptState* scriptState) {
|
| return ScriptPromise::cast(
|
| scriptState,
|
| - toV8(this, scriptState->context()->Global(), scriptState->isolate()));
|
| + ToV8(this, scriptState->context()->Global(), scriptState->isolate()));
|
| }
|
|
|
| ScriptPromise MIDIPort::reject(ScriptState* scriptState,
|
|
|