[webkit-reviews] review granted: [Bug 228858] white space atomization during parsing is expensive : [Attachment 435138] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 8 23:19:12 PDT 2021


Yusuke Suzuki <ysuzuki at apple.com> has granted Cameron McCormack (:heycam)
<heycam at apple.com>'s request for review:
Bug 228858: white space atomization during parsing is expensive
https://bugs.webkit.org/show_bug.cgi?id=228858

Attachment 435138: Patch

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




--- Comment #4 from Yusuke Suzuki <ysuzuki at apple.com> ---
Comment on attachment 435138
  --> https://bugs.webkit.org/attachment.cgi?id=435138
Patch

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

r=me

> Source/WebCore/html/parser/HTMLConstructionSite.cpp:858
> +	   code |= (end - startOfRun);

It should be `character - startOfRun`.


More information about the webkit-reviews mailing list