Index: Source/modules/webmidi/MIDIPort.cpp |
diff --git a/Source/modules/webmidi/MIDIPort.cpp b/Source/modules/webmidi/MIDIPort.cpp |
index 15e7936c3a47b0ed6c6512edcccaeafe367055b5..280dabb25b011ff8f8a6341452749982cfe52850 100644 |
--- a/Source/modules/webmidi/MIDIPort.cpp |
+++ b/Source/modules/webmidi/MIDIPort.cpp |
@@ -35,8 +35,6 @@ |
namespace WebCore { |
-DEFINE_GC_INFO(MIDIPort); |
- |
MIDIPort::MIDIPort(MIDIAccess* access, const String& id, const String& manufacturer, const String& name, MIDIPortTypeCode type, const String& version) |
: m_id(id) |
, m_manufacturer(manufacturer) |