[webkit-reviews] review granted: [Bug 62800] HTMLTable should cache its 'rows' collection results : [Attachment 97451] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 16 09:37:44 PDT 2011


Darin Adler <darin at apple.com> has granted Julien Chaffraix
<jchaffraix at webkit.org>'s request for review:
Bug 62800: HTMLTable should cache its 'rows' collection results
https://bugs.webkit.org/show_bug.cgi?id=62800

Attachment 97451: Patch
https://bugs.webkit.org/attachment.cgi?id=97451&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=97451&action=review

> Source/WebCore/html/HTMLTableElement.cpp:630
> +	   m_collectionCache = adoptPtr(new CollectionCache());

I usually don’t put in the parentheses in cases like this.


More information about the webkit-reviews mailing list