RESOLVED FIXED 122396
CTTE: Pass DocumentWriter around as a reference
https://bugs.webkit.org/show_bug.cgi?id=122396
Summary CTTE: Pass DocumentWriter around as a reference
Sam Weinig
Reported 2013-10-05 16:55:57 PDT
CTTE: Pass DocumentWriter around as a reference
Attachments
Patch (14.87 KB, patch)
2013-10-05 16:56 PDT, Sam Weinig
kling: review+
Sam Weinig
Comment 1 2013-10-05 16:56:23 PDT
Andreas Kling
Comment 2 2013-10-05 16:57:49 PDT
Comment on attachment 213476 [details] Patch 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.
Sam Weinig
Comment 3 2013-10-05 16:58:29 PDT
Note You need to log in before you can comment on or make changes to this bug.