RESOLVED FIXED 109788
[V8] CodeGeneratorV8.pm can assume that DOMWindow has [CheckSecurity]
https://bugs.webkit.org/show_bug.cgi?id=109788
Summary [V8] CodeGeneratorV8.pm can assume that DOMWindow has [CheckSecurity]
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.