RESOLVED FIXED 117346
Get rid of outdated getter / setter raises from Web IDL
https://bugs.webkit.org/show_bug.cgi?id=117346
Summary Get rid of outdated getter / setter raises from Web IDL
Chris Dumez
Reported 2013-06-07 07:09:26 PDT
Web IDL no longer specifies exceptions for attribute getters / setters and this is only explained in prose. WebKit still needs to know that an exception can be raised though (to add ExceptionCode argument) so we should have WebKit-specific IDL extended attributes: GetterRaisesException / SetterRaisesException (naming is consistent with Blink).
Attachments
Patch (76.47 KB, patch)
2013-06-07 07:25 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2013-06-07 07:25:09 PDT
WebKit Commit Bot
Comment 2 2013-06-07 08:32:39 PDT
Comment on attachment 204043 [details] Patch Clearing flags on attachment: 204043 Committed r151321: <http://trac.webkit.org/changeset/151321>
WebKit Commit Bot
Comment 3 2013-06-07 08:32:42 PDT
All reviewed patches have been landed. Closing bug.
Chris Dumez
Comment 4 2013-06-07 08:34:54 PDT
Note You need to log in before you can comment on or make changes to this bug.