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() { } |
|
kouhei (in TOK)
2015/04/02 05:10:52
IIUC, DECLARE_FORWARDING_ATTRIBUTE_EVENT_LISTENER
Takashi Toyoshima
2015/04/02 05:25:41
Done.
|
| - DEFINE_ATTRIBUTE_EVENT_LISTENER(midimessage); |
| + DECLARE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(, midimessage); |
| // EventTarget |
| virtual const AtomicString& interfaceName() const override { return EventTargetNames::MIDIInput; } |