| 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 4407ffd830f2fa43daf3f50e68aa1b051fc0bafd..c930c93eae10fb6dead5c8210f482560cfa4e649 100644
|
| --- a/third_party/WebKit/Source/modules/webmidi/MIDIAccess.h
|
| +++ b/third_party/WebKit/Source/modules/webmidi/MIDIAccess.h
|
| @@ -89,7 +89,7 @@ public:
|
| {
|
| // This method is for MIDIAccess initialization: MIDIAccessInitializer
|
| // has the implementation.
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| }
|
| void didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp) override;
|
|
|
|
|