Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / webmidi / MIDIInput.h
index 935e3a7..18bfa34 100644 (file)
@@ -39,6 +39,7 @@ namespace blink {
 class MIDIAccess;
 
 class MIDIInput FINAL : public MIDIPort {
+    DEFINE_WRAPPERTYPEINFO();
 public:
     static MIDIInput* create(MIDIAccess*, const String& id, const String& manufacturer, const String& name, const String& version);
     virtual ~MIDIInput() { }
@@ -57,8 +58,6 @@ private:
     MIDIInput(MIDIAccess*, const String& id, const String& manufacturer, const String& name, const String& version);
 };
 
-typedef HeapVector<Member<MIDIInput> > MIDIInputVector;
-
 } // namespace blink
 
 #endif // MIDIInput_h