| 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 72173aa69cc0245a6066bbf696687d54d1f94ec5..920e4bdc6dbf6c5f11f19098d3e897a412705eb1 100644
|
| --- a/third_party/WebKit/Source/modules/webmidi/MIDIPort.h
|
| +++ b/third_party/WebKit/Source/modules/webmidi/MIDIPort.h
|
| @@ -86,7 +86,7 @@ public:
|
| const AtomicString& interfaceName() const override { return EventTargetNames::MIDIPort; }
|
| ExecutionContext* getExecutionContext() const final;
|
|
|
| - // ActiveScriptWrappable
|
| + // ScriptWrappable
|
| bool hasPendingActivity() const final;
|
|
|
| // ActiveDOMObject
|
|
|