| Index: Source/modules/webmidi/MIDIAccess.cpp
|
| diff --git a/Source/modules/webmidi/MIDIAccess.cpp b/Source/modules/webmidi/MIDIAccess.cpp
|
| index c2e333863039f3d4b554d79c8e5803d74055e8a0..39a7ad86fb746cd02795d68adf15bb674251c0a2 100644
|
| --- a/Source/modules/webmidi/MIDIAccess.cpp
|
| +++ b/Source/modules/webmidi/MIDIAccess.cpp
|
| @@ -42,8 +42,6 @@
|
|
|
| namespace WebCore {
|
|
|
| -DEFINE_GC_INFO(MIDIAccess);
|
| -
|
| PassRefPtrWillBeRawPtr<MIDIAccess> MIDIAccess::create(ExecutionContext* context, MIDIAccessPromise* promise)
|
| {
|
| RefPtrWillBeRawPtr<MIDIAccess> midiAccess(adoptRefCountedWillBeRefCountedGarbageCollected(new MIDIAccess(context, promise)));
|
|
|