| Index: Source/modules/webmidi/MIDIOutput.idl
|
| diff --git a/Source/modules/quota/StorageQuotaCallback.idl b/Source/modules/webmidi/MIDIOutput.idl
|
| similarity index 90%
|
| copy from Source/modules/quota/StorageQuotaCallback.idl
|
| copy to Source/modules/webmidi/MIDIOutput.idl
|
| index 8cd2df72a2034d4ec6642554f59c5834d0516216..6fdb1e8043f524e6e9a6ae42459ecfdc367c318a 100644
|
| --- a/Source/modules/quota/StorageQuotaCallback.idl
|
| +++ b/Source/modules/webmidi/MIDIOutput.idl
|
| @@ -28,6 +28,7 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -callback interface StorageQuotaCallback {
|
| - boolean handleEvent(unsigned long long grantedQuotaInBytes);
|
| +interface MIDIOutput : MIDIPort {
|
| + void send(Uint8Array data, optional double timestamp);
|
| + void send(sequence<unsigned long> data, optional double timestamp);
|
| };
|
|
|