Bug 126013 - DOMWindow attribute bindings should be using thisValue instead of target slot
Summary: DOMWindow attribute bindings should be using thisValue instead of target slot
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Oliver Hunt
URL:
Keywords:
Depends on: 126011
Blocks:
  Show dependency treegraph
 
Reported: 2013-12-19 13:12 PST by Oliver Hunt
Modified: 2013-12-19 13:12 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Hunt 2013-12-19 13:12:44 PST
Following bug #126011 the static dom window attributes still use the slot base instead of the this value.  Doing this without impacting performance of raw global access will require more work so i'm separating it out.