Bug 154989

Summary: Location.reload should not be writable
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: DOMAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, commit-queue, darin, ggaren, keith_miller, mark.lam, msaboff, saam, sam
Priority: P2 Keywords: WebExposed
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 154396    
Attachments:
Description Flags
Patch none

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.