RESOLVED FIXED 77606
The third argument of addEventListener/removeEventListener of PeerConnection should be optional
https://bugs.webkit.org/show_bug.cgi?id=77606
Summary The third argument of addEventListener/removeEventListener of PeerConnection ...
Kentaro Hara
Reported 2012-02-01 23:18:17 PST
We need to correct typo in PeerConnection.idl: Before: void addEventListener(in DOMString type, in EventListener listener, in [optional] boolean useCapture); void removeEventListener(in DOMString type, in EventListener listener, in [optional] boolean useCapture); After: void addEventListener(in DOMString type, in EventListener listener, in [Optional] boolean useCapture); void removeEventListener(in DOMString type, in EventListener listener, in [Optional] boolean useCapture);
Attachments
Patch (5.09 KB, patch)
2012-02-01 23:22 PST, Kentaro Hara
no flags
Kentaro Hara
Comment 1 2012-02-01 23:22:11 PST
Adam Barth
Comment 2 2012-02-01 23:40:01 PST
Comment on attachment 125082 [details] Patch Thanks for the test.
WebKit Review Bot
Comment 3 2012-02-02 00:24:17 PST
Comment on attachment 125082 [details] Patch Clearing flags on attachment: 125082 Committed r106539: <http://trac.webkit.org/changeset/106539>
WebKit Review Bot
Comment 4 2012-02-02 00:24:24 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.