`console.inspect(sessionStorage)` first time does not show Session Storage content view if Storage tab was previously unvisited Steps to Reproduce: 1. Inspect this page 2. Show Elements Tab (having not shown Storage Tab) 3. js> inspect(sessionStorage) => Expected Storage Tab to be shown with the Session Storage selected Regression: Probably a long ago one. Maybe lazy tab construction?
Created attachment 347937 [details] Patch
Comment on attachment 347937 [details] Patch r=me
Comment on attachment 347937 [details] Patch Clearing flags on attachment: 347937 Committed r235242: <https://trac.webkit.org/changeset/235242>
All reviewed patches have been landed. Closing bug.
<rdar://problem/43655286>