| Index: third_party/WebKit/Source/modules/webmidi/MIDIAccess.h
|
| diff --git a/third_party/WebKit/Source/modules/webmidi/MIDIAccess.h b/third_party/WebKit/Source/modules/webmidi/MIDIAccess.h
|
| index 037a07c8e844e0d0ee57472a0485d9af303499b3..f6bf91e0b383a067f16897eaec5b50d4a0be0952 100644
|
| --- a/third_party/WebKit/Source/modules/webmidi/MIDIAccess.h
|
| +++ b/third_party/WebKit/Source/modules/webmidi/MIDIAccess.h
|
| @@ -120,7 +120,8 @@ class MIDIAccess final : public EventTargetWithInlineData,
|
| size_t length,
|
| double timeStamp) override;
|
|
|
| - // |timeStampInMilliseconds| is in the same time coordinate system as performance.now().
|
| + // |timeStampInMilliseconds| is in the same time coordinate system as
|
| + // performance.now().
|
| void sendMIDIData(unsigned portIndex,
|
| const unsigned char* data,
|
| size_t length,
|
|
|