[webkit-reviews] review granted: [Bug 180890] Web Inspector: Can't add a new class by editing class attribute in DOM outline : [Attachment 336078] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 19 21:19:33 PDT 2018


Ryosuke Niwa <rniwa at webkit.org> has granted Nikita Vasilyev
<nvasilyev at apple.com>'s request for review:
Bug 180890: Web Inspector: Can't add a new class by editing class attribute in
DOM outline
https://bugs.webkit.org/show_bug.cgi?id=180890

Attachment 336078: Patch

https://bugs.webkit.org/attachment.cgi?id=336078&action=review




--- Comment #9 from Ryosuke Niwa <rniwa at webkit.org> ---
Comment on attachment 336078
  --> https://bugs.webkit.org/attachment.cgi?id=336078
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=336078&action=review

> Source/WebInspectorUI/UserInterface/Views/DOMTreeElement.js:1069
> +	   let nbspRegex = /\xA0/g;

Why not const?


More information about the webkit-reviews mailing list