Bug 132751

Summary: JSDOMWindow should disable property caching after a certain point
Product: WebKit Reporter: Mark Hahnenberg <mhahnenberg>
Component: JavaScriptCoreAssignee: Mark Hahnenberg <mhahnenberg>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 132705    
Attachments:
Description Flags
Patch none

Description Mark Hahnenberg 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.
Comment 1 Mark Hahnenberg 2014-05-09 15:11:52 PDT
Created attachment 231187 [details]
Patch
Comment 2 WebKit Commit Bot 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>
Comment 3 WebKit Commit Bot 2014-05-09 17:07:26 PDT
All reviewed patches have been landed.  Closing bug.