[Webkit-unassigned] [Bug 244261] New: Web Inspector: Assertion hit in Base/Object.js removeEventListener
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 23 12:59:30 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=244261
Bug ID: 244261
Summary: Web Inspector: Assertion hit in Base/Object.js
removeEventListener
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Web Inspector
Assignee: webkit-unassigned at lists.webkit.org
Reporter: y_soliman at apple.com
CC: inspector-bugzilla-changes at group.apple.com
Created attachment 461825
--> https://bugs.webkit.org/attachment.cgi?id=461825&action=review
Test Case
The assertion `console.assert(didDelete, this, eventType, listener, thisObject);` is being hit in `Base/Object.js removeEventListener` when loading the attached test case. (Alternate WebM Player feature is enabled).
Object logged:
```
DOMNodeStyles {_listeners: Multimap, _node: DOMNode, _rulesMap: Map, _stylesMap: Multimap, _matchedRules: [], …}
"dom-node-styles-needs-refresh"
function _handleNodesStylesNeedsRefresh(event) { this._needsVariablesFromInspectedNode = true; }
CSSPropertyNameCompletions {_values: Array, _acceptEmptyPrefix: false, _queryController: null, _cachedSortedPropertyNames: Array, _needsVariablesFromInspectedNode: true}
```
--
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/20220823/7c3502c1/attachment.htm>
More information about the webkit-unassigned
mailing list