blob: dcfb32f594c3fc8739208e4512d951995488980c [file] [log] [blame]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "third_party/blink/renderer/modules/webmidi/midi_output_map.h"
#include "third_party/blink/renderer/bindings/modules/v8/v8_midi_output.h"
namespace blink {
MIDIOutputMap::MIDIOutputMap(HeapVector<Member<MIDIOutput>>& entries)
: MIDIPortMap<MIDIOutput>(entries) {}
} // namespace blink