| Index: Source/modules/webmidi/MIDIConnectionEvent.h
|
| diff --git a/Source/modules/webmidi/MIDIConnectionEvent.h b/Source/modules/webmidi/MIDIConnectionEvent.h
|
| index 52870826127d5c52cf6887dd20c6656f7ee2298c..a8804863d05a241b5890909b13da0afa3813e254 100644
|
| --- a/Source/modules/webmidi/MIDIConnectionEvent.h
|
| +++ b/Source/modules/webmidi/MIDIConnectionEvent.h
|
| @@ -38,7 +38,7 @@ namespace WebCore {
|
|
|
| struct MIDIConnectionEventInit : public EventInit {
|
| MIDIConnectionEventInit()
|
| - : port(0)
|
| + : port(nullptr)
|
| {
|
| };
|
|
|
|
|