Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / webmidi / MIDIPort.cpp
index 6bf51df..622811e 100644 (file)
@@ -45,7 +45,6 @@ MIDIPort::MIDIPort(MIDIAccess* access, const String& id, const String& manufactu
 {
     ASSERT(access);
     ASSERT(type == MIDIPortTypeInput || type == MIDIPortTypeOutput);
-    ScriptWrappable::init(this);
 }
 
 String MIDIPort::type() const