Bug 109788 - [V8] CodeGeneratorV8.pm can assume that DOMWindow has [CheckSecurity]
Summary: [V8] CodeGeneratorV8.pm can assume that DOMWindow has [CheckSecurity]
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kentaro Hara
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-13 23:38 PST by Kentaro Hara
Modified: 2013-02-14 16:40 PST (History)
3 users (show)

See Also:


Attachments
Patch (3.87 KB, patch)
2013-02-13 23:39 PST, Kentaro Hara
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kentaro Hara 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].
Comment 1 Kentaro Hara 2013-02-13 23:39:25 PST
Created attachment 188269 [details]
Patch
Comment 2 WebKit Review Bot 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>
Comment 3 WebKit Review Bot 2013-02-14 16:40:02 PST
All reviewed patches have been landed.  Closing bug.