[Webkit-unassigned] [Bug 205131] New: Web Inspector: unexpected tail call frame shown for getter when paused in Inspector^2
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 11 12:29:44 PST 2019
https://bugs.webkit.org/show_bug.cgi?id=205131
Bug ID: 205131
Summary: Web Inspector: unexpected tail call frame shown for
getter when paused in Inspector^2
Product: WebKit
Version: WebKit Nightly Build
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: Web Inspector
Assignee: webkit-unassigned at lists.webkit.org
Reporter: bburg at apple.com
CC: inspector-bugzilla-changes at group.apple.com
Created attachment 385423
--> https://bugs.webkit.org/attachment.cgi?id=385423&action=review
Screenshot of the issue
Steps to reproduce:
- Enable DebugUI in a desk build
- Open Inspector[2]
- In Inspector[2], set a breakpoint at TabBrowser.js:263 (_tabBarItemSelected)
- In Inspector[1], click on a tab
=> Hits a breakpoint with call stack including a tail-deleted frame for TabBarItem.disabled. See screenshot. This should not be shown in the call stack, as .disabled was called well before LegacyTabBar.selectedTabBarItem setter is called (the next call frame up from the wrong call frame).
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191211/486b4fa8/attachment-0001.htm>
More information about the webkit-unassigned
mailing list