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);
Created attachment 125082 [details] Patch
Comment on attachment 125082 [details] Patch Thanks for the test.
Comment on attachment 125082 [details] Patch Clearing flags on attachment: 125082 Committed r106539: <http://trac.webkit.org/changeset/106539>
All reviewed patches have been landed. Closing bug.