RESOLVED FIXED132751
JSDOMWindow should disable property caching after a certain point
https://bugs.webkit.org/show_bug.cgi?id=132751
Summary JSDOMWindow should disable property caching after a certain point
Mark Hahnenberg
Reported 2014-05-09 15:10:36 PDT
This is part of removing HasImpureGetOwnPropertySlot from JSDOMWindow. After the lookup in the static hash table for JSDOMWindow fails we want to disable property caching even if the code that follows thinks that it has provided a cacheable value.
Attachments
Patch (4.52 KB, patch)
2014-05-09 15:11 PDT, Mark Hahnenberg
no flags
Mark Hahnenberg
Comment 1 2014-05-09 15:11:52 PDT
WebKit Commit Bot
Comment 2 2014-05-09 17:07:21 PDT
Comment on attachment 231187 [details] Patch Clearing flags on attachment: 231187 Committed r168558: <http://trac.webkit.org/changeset/168558>
WebKit Commit Bot
Comment 3 2014-05-09 17:07:26 PDT
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.