[Bug 20364] Interface feedback

https://www.w3.org/Bugs/Public/show_bug.cgi?id=20364

--- Comment #2 from Jussi Kalliokoski <jussi.kalliokoski@gmail.com> ---
(In reply to comment #0)
> From Marcos Caceres (marcos@marcosc.com) 
> 
> The following is not defined correctly:
> 
> [NoInterfaceObject]
> interface NavigatorMIDIAccess {
>     void getMIDIAccess (NavigatorMIDIAccessSuccessCallback successCallback,
> optional NavigatorMIDIAccessErrorCallback? errorCallback);
> 
> };
> 
> 
> Should just be:
> 
> partial interface Navigator {
>     void getMIDIAccess (NavigatorMIDIAccessSuccessCallback successCallback,
> optional NavigatorMIDIAccessErrorCallback? errorCallback);
> };

Fixed: https://dvcs.w3.org/hg/audio/rev/ddd6455eebf6

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 13 December 2012 16:21:17 UTC