Created attachment 274465 [details] Screenshot 1) console.log("test", window) 2) Expand the logged message See screenshot.
<rdar://problem/25250721>
Created attachment 274473 [details] [PATCH] Proposed Fix 3 situations needed testing. console.log(window); console.log("test", window); console.log( (new Map).set(window, window) ); All look good with these styles. I also double checked Debugger Popovers and the Scope Chain sidebar.
Related: Bug 153676.
Comment on attachment 274473 [details] [PATCH] Proposed Fix Clearing flags on attachment: 274473 Committed r198461: <http://trac.webkit.org/changeset/198461>
All reviewed patches have been landed. Closing bug.