| Summary: | REGRESSION(r268691): Web Inspector: WI.Sidebar.Event.CollapsedStateChanged is undefined | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Nikita Vasilyev <nvasilyev> | ||||
| Component: | Web Inspector | Assignee: | Nikita Vasilyev <nvasilyev> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | bburg, ews-watchlist, hi, inspector-bugzilla-changes, pangle, webkit-bug-importer | ||||
| Priority: | P2 | Keywords: | InRadar | ||||
| Version: | WebKit Nightly Build | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Attachments: |
|
||||||
Created attachment 411828 [details]
Patch
Comment on attachment 411828 [details]
Patch
rs=me
Committed r268733: <https://trac.webkit.org/changeset/268733> All reviewed patches have been landed. Closing bug and clearing flags on attachment 411828 [details]. |
The following asserts are failing when opening Web Inspector: [Error] Assertion Failed: Object.addEventListener: invalid event type – undefined – "(listener: " (4) function (event) { WI._tabBrowserSizeDidChange(); } "thisObject: " null ")" addEventListener (Object.js:39) (anonymous function) (Main.js:280) [Error] Assertion Failed: Object.addEventListener: invalid event type – undefined – "(listener: " (4) function (event) { WI._tabBrowserSizeDidChange(); } "thisObject: " null ")" addEventListener (Object.js:39) (anonymous function) (Main.js:284)