Bug 234079
Summary: | Web Inspector: Cleanup signature of WI.CSSDeclaration | ||
---|---|---|---|
Product: | WebKit | Reporter: | Razvan Caliman <rcaliman> |
Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | inspector-bugzilla-changes, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | All | ||
OS: | All |
Razvan Caliman
There are too many arguments in the signature and it's difficult to follow which is which.
Restructuring to an options object will help:
```
constructor(type, nodeStyles, {id, ownerStyleSheet, styleSheetTextRange, node, properties, text, inherited} = {})
```
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/86268593>