[webkit-reviews] review granted: [Bug 238736] Simplify / Optimize the whitespace cache implementation : [Attachment 457121] Follow-up to fix style

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 8 15:02:29 PDT 2022


Darin Adler <darin at apple.com> has granted Chris Dumez <cdumez at apple.com>'s
request for review:
Bug 238736: Simplify / Optimize the whitespace cache implementation
https://bugs.webkit.org/show_bug.cgi?id=238736

Attachment 457121: Follow-up to fix style

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




--- Comment #11 from Darin Adler <darin at apple.com> ---
Comment on attachment 457121
  --> https://bugs.webkit.org/attachment.cgi?id=457121
Follow-up to fix style

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

> Source/WebCore/html/parser/HTMLConstructionSite.h:52
>  namespace WTF {
> +
>  template<> struct VectorTraits<WebCore::AtomStringWithCode> :
SimpleClassVectorTraits { };
> +
>  }

Not sure we needed these, but the others do seem important to look right.


More information about the webkit-reviews mailing list