RESOLVED FIXED 71927
Replace [CanBeConstructed] IDL with [Constructor] IDL
https://bugs.webkit.org/show_bug.cgi?id=71927
Summary Replace [CanBeConstructed] IDL with [Constructor] IDL
Kentaro Hara
Reported 2011-11-09 09:38:01 PST
We are planning to remove [CanBeConstructed] IDL from all IDL files. With respect to the IDL files that have [CanBeConstructed] but do not have [Constructor] nor [CustomConstructor], we can replace [CanBeConstructed] with [Constructor].
Attachments
Patch (4.25 KB, patch)
2011-11-09 11:04 PST, Kentaro Hara
no flags
Kentaro Hara
Comment 1 2011-11-09 11:04:40 PST
WebKit Review Bot
Comment 2 2011-11-09 14:47:25 PST
Comment on attachment 114316 [details] Patch Rejecting attachment 114316 [details] from commit-queue. Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 1 Last 500 characters of output: return self.open(self.click(*args, **kwds)) File "/mnt/git/webkit-commit-queue/Tools/Scripts/webkitpy/thirdparty/autoinstalled/mechanize/_mechanize.py", line 203, in open return self._mech_open(url, data, timeout=timeout) File "/mnt/git/webkit-commit-queue/Tools/Scripts/webkitpy/thirdparty/autoinstalled/mechanize/_mechanize.py", line 255, in _mech_open raise response webkitpy.thirdparty.autoinstalled.mechanize._response.httperror_seek_wrapper: HTTP Error 500: Internal Server Error Full output: http://queues.webkit.org/results/10354115
WebKit Review Bot
Comment 3 2011-11-09 14:58:46 PST
Comment on attachment 114316 [details] Patch Clearing flags on attachment: 114316 Committed r99764: <http://trac.webkit.org/changeset/99764>
WebKit Review Bot
Comment 4 2011-11-09 14:58:51 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.