RESOLVED FIXED 154989
Location.reload should not be writable
https://bugs.webkit.org/show_bug.cgi?id=154989
Summary Location.reload should not be writable
Chris Dumez
Reported 2016-03-03 16:20:06 PST
Location.reload should not be writable. The property is currently marked as Readonly and getOwnPropertyDescriptor() correctly reports that the property is not writable. However, if you actually try to set it, it will work as long as the Location object has not been reified. This needs to be fixed.
Attachments
Patch (8.07 KB, patch)
2016-03-04 09:25 PST, Chris Dumez
no flags
Chris Dumez
Comment 1 2016-03-04 09:25:55 PST
WebKit Commit Bot
Comment 2 2016-03-04 11:30:27 PST
Comment on attachment 273003 [details] Patch Clearing flags on attachment: 273003 Committed r197576: <http://trac.webkit.org/changeset/197576>
WebKit Commit Bot
Comment 3 2016-03-04 11:30:31 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.