| Index: Source/modules/webmidi/MIDIPort.cpp
|
| diff --git a/Source/modules/webmidi/MIDIPort.cpp b/Source/modules/webmidi/MIDIPort.cpp
|
| index 280dabb25b011ff8f8a6341452749982cfe52850..9525d24e8396890053caf5a6ac1c8bac495480c3 100644
|
| --- a/Source/modules/webmidi/MIDIPort.cpp
|
| +++ b/Source/modules/webmidi/MIDIPort.cpp
|
| @@ -69,6 +69,7 @@ ExecutionContext* MIDIPort::executionContext() const
|
| void MIDIPort::trace(Visitor* visitor)
|
| {
|
| visitor->trace(m_access);
|
| + EventTargetWithInlineData::trace(visitor);
|
| }
|
|
|
| } // namespace WebCore
|
|
|