[Webkit-unassigned] [Bug 138494] collapse api in DOMSelection IDL does not match as per specification

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 7 15:42:27 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=138494

--- Comment #3 from Ryosuke Niwa <rniwa at webkit.org> ---
Comment on attachment 241165
  --> https://bugs.webkit.org/attachment.cgi?id=241165
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=241165&action=review

> Source/WebCore/page/DOMSelection.idl:44
> -    [RaisesException] void collapse([Default=Undefined] optional Node node, 
> -                  [Default=Undefined] optional long index);
> +    [RaisesException] void collapse(Node node, long index);

I'm not certain if this is a backwards compatible change.
It may break contents that rely on these arguments to be optional in WebKit.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141107/e273dd64/attachment-0002.html>


More information about the webkit-unassigned mailing list