Bug 167701 - {}.toString.call(crossOriginWindow) should return "[object Object]"
Summary: {}.toString.call(crossOriginWindow) should return "[object Object]"
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on: 167681
Blocks:
  Show dependency treegraph
 
Reported: 2017-02-01 12:25 PST by Chris Dumez
Modified: 2017-02-02 15:20 PST (History)
10 users (show)

See Also:


Attachments
Patch (12.62 KB, patch)
2017-02-02 12:20 PST, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2017-02-01 12:25:08 PST
{}.toString.call(crossOriginWindow) should return "[object Object]" not "[object Window]". Same applies to cross origin Location objects.
Comment 1 Radar WebKit Bug Importer 2017-02-02 10:15:09 PST
<rdar://problem/30330797>
Comment 3 Chris Dumez 2017-02-02 12:20:41 PST
Created attachment 300431 [details]
Patch
Comment 4 Keith Miller 2017-02-02 14:59:39 PST
Comment on attachment 300431 [details]
Patch

r=me.
Comment 5 WebKit Commit Bot 2017-02-02 15:20:01 PST
Comment on attachment 300431 [details]
Patch

Clearing flags on attachment: 300431

Committed r211600: <http://trac.webkit.org/changeset/211600>
Comment 6 WebKit Commit Bot 2017-02-02 15:20:06 PST
All reviewed patches have been landed.  Closing bug.