Bug 109788

Summary: [V8] CodeGeneratorV8.pm can assume that DOMWindow has [CheckSecurity]
Product: WebKit Reporter: Kentaro Hara <haraken>
Component: WebCore JavaScriptAssignee: Kentaro Hara <haraken>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, japhet, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Kentaro Hara
Reported 2013-02-13 23:38:15 PST
There is code like this: if ($extendedAttr{"CheckSecurity"} || $interfaceName eq "DOMWindow") This check is redundant. DOMWindow has [CheckSecurity].
Attachments
Patch (3.87 KB, patch)
2013-02-13 23:39 PST, Kentaro Hara
no flags
Kentaro Hara
Comment 1 2013-02-13 23:39:25 PST
WebKit Review Bot
Comment 2 2013-02-14 16:39:59 PST
Comment on attachment 188269 [details] Patch Clearing flags on attachment: 188269 Committed r142939: <http://trac.webkit.org/changeset/142939>
WebKit Review Bot
Comment 3 2013-02-14 16:40:02 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.