[webkit-reviews] review granted: [Bug 122396] CTTE: Pass DocumentWriter around as a reference : [Attachment 213476] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 5 16:58:55 PDT 2013


Andreas Kling <akling at apple.com> has granted Sam Weinig <sam at webkit.org>'s
request for review:
Bug 122396: CTTE: Pass DocumentWriter around as a reference
https://bugs.webkit.org/show_bug.cgi?id=122396

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

------- Additional Comments from Andreas Kling <akling at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=213476&action=review


r=me!

> Source/WebCore/loader/DocumentLoader.h:99
> -	   DocumentWriter* writer() const { return &m_writer; }
> +	   DocumentWriter& writer() const { return m_writer; }

Duh.


More information about the webkit-reviews mailing list