Summary: | Web Inspector: Adjust usages of classList.toggle to ensure a true/false value instead of undefined | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Devin Rousso <hi> | ||||
Component: | Web Inspector | Assignee: | Devin Rousso <hi> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | bburg, commit-queue, graouts, joepeck, mattbaker, nvasilyev, timothy, webkit-bug-importer | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | WebKit Nightly Build | ||||||
Hardware: | All | ||||||
OS: | All | ||||||
Attachments: |
|
Description
Devin Rousso
2015-10-21 16:56:04 PDT
Created attachment 263766 [details]
Patch
I don't think I missed any problematic usages, but I was searching using a regex so it's possible I missed one. This is the regex I used: \.classList\.toggle\([^,\n]+,[^\)\n]+\) Comment on attachment 263766 [details] Patch Clearing flags on attachment: 263766 Committed r191417: <http://trac.webkit.org/changeset/191417> All reviewed patches have been landed. Closing bug. |