Chromium Code Reviews| Index: Source/modules/webmidi/MIDIInput.h |
| diff --git a/Source/modules/webmidi/MIDIInput.h b/Source/modules/webmidi/MIDIInput.h |
| index 635f4cb0368180d585a6fc7a264862f66d5fe60a..6ff64e872febdb8a608053ab343ebe534b9af59f 100644 |
| --- a/Source/modules/webmidi/MIDIInput.h |
| +++ b/Source/modules/webmidi/MIDIInput.h |
| @@ -45,7 +45,7 @@ public: |
| static MIDIInput* create(MIDIAccess*, const String& id, const String& manufacturer, const String& name, const String& version, MIDIAccessor::MIDIPortState); |
| virtual ~MIDIInput() { } |
| - DEFINE_ATTRIBUTE_EVENT_LISTENER(midimessage); |
| + DECLARE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(, midimessage); |
|
Takashi Toyoshima
2015/04/01 16:32:34
It looks there were no users of this macro, and I'
|
| // EventTarget |
| virtual const AtomicString& interfaceName() const override { return EventTargetNames::MIDIInput; } |