Bug 122396

Summary: CTTE: Pass DocumentWriter around as a reference
Product: WebKit Reporter: Sam Weinig <sam>
Component: New BugsAssignee: Sam Weinig <sam>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, d-r, eric.carlson, esprehn+autocc, fmalita, glenn, gyuyoung.kim, japhet, jer.noble, kangil.han, pdr, schenney
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch kling: review+

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.