[webkit-reviews] review granted: [Bug 37745] Move string uniquing tables to (new) WTFThreadData : [Attachment 53620] Chromium build fix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 19 12:36:48 PDT 2010


Sam Weinig <sam at webkit.org> has granted Gavin Barraclough
<barraclough at apple.com>'s request for review:
Bug 37745: Move string uniquing tables to (new) WTFThreadData
https://bugs.webkit.org/show_bug.cgi?id=37745

Attachment 53620: Chromium build fix
https://bugs.webkit.org/attachment.cgi?id=53620&action=review

------- Additional Comments from Sam Weinig <sam at webkit.org>
> +namespace JSC {
> +class IdentifierTable;
> +}
> +
>  namespace WebCore {
> +class AtomicStringTable;
> +}

How weird. Please put a comment explaining how this is a temporary measure
while we finish the great string merger.

Otherwise, r=me.


More information about the webkit-reviews mailing list