Index: bindings/tests/idls/TestInterfaceEmpty.idl |
diff --git a/modules/webmidi/MIDIErrorCallback.idl b/bindings/tests/idls/TestInterfaceEmpty.idl |
similarity index 95% |
copy from modules/webmidi/MIDIErrorCallback.idl |
copy to bindings/tests/idls/TestInterfaceEmpty.idl |
index 4cf530820cd66b8191b4bda4665d60e89ab166d0..d9474d54136bb35f5d4d5842ac6a175b94ca6343 100644 |
--- a/modules/webmidi/MIDIErrorCallback.idl |
+++ b/bindings/tests/idls/TestInterfaceEmpty.idl |
@@ -28,6 +28,5 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-callback interface MIDIErrorCallback { |
- void handleEvent(DOMError error); |
+interface TestInterfaceEmpty { |
}; |