| Index: Source/modules/webmidi/MIDIPortMap.h
|
| diff --git a/Source/modules/webmidi/MIDIPortMap.h b/Source/modules/webmidi/MIDIPortMap.h
|
| index c70b50b71c9bc07b0058aaa91a6451938e236ab0..d0fd5faa8bf909c8c8ad75f4f13f10a2a1085807 100644
|
| --- a/Source/modules/webmidi/MIDIPortMap.h
|
| +++ b/Source/modules/webmidi/MIDIPortMap.h
|
| @@ -29,7 +29,7 @@ public:
|
| Iterator* values();
|
| T* get(const String& key) const;
|
| bool has(const String& key) const { return m_entries.contains(key); }
|
| - Iterator* iterator(ScriptState*, ExceptionState&) { return values(); }
|
| + Iterator* iterator(ScriptState*, ExceptionState&) { return entries(); }
|
|
|
| void trace(Visitor* visitor)
|
| {
|
|
|