RESOLVED FIXED 71969
De-virtualize JSGlobalObject::allowsAccessFrom
https://bugs.webkit.org/show_bug.cgi?id=71969
Summary De-virtualize JSGlobalObject::allowsAccessFrom
Mark Hahnenberg
Reported 2011-11-09 16:40:29 PST
There's only one call site of this function in WebScriptObject which we can safely cast to JSDOMWindowBase and call that version of the function, eliminating the need for this function to be virtual (or present in JSGlobalObject at all).
Attachments
Patch (3.91 KB, patch)
2011-11-09 17:08 PST, Mark Hahnenberg
darin: review+
Mark Hahnenberg
Comment 1 2011-11-09 17:08:52 PST
Mark Hahnenberg
Comment 2 2011-11-11 11:35:40 PST
Note You need to log in before you can comment on or make changes to this bug.