[webkit-reviews] review denied: [Bug 84883] [Resource Timing] Expose timing information : [Attachment 166768] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 3 02:26:14 PDT 2012


Adam Barth <abarth at webkit.org> has denied James Simonsen
<simonjam at chromium.org>'s request for review:
Bug 84883: [Resource Timing] Expose timing information
https://bugs.webkit.org/show_bug.cgi?id=84883

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

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=166768&action=review


> Source/WebCore/loader/LoadInitiator.h:43
> +    virtual ~LoadInitiator() { }

You've added this class as a base class to Node, which means you've added a new
vtable to Node, growing its size by a pointer.


More information about the webkit-reviews mailing list