WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Sam Weinig
Comment 1
2013-10-05 16:56:23 PDT
Created
attachment 213476
[details]
Patch
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
Committed
r156978
: <
http://trac.webkit.org/changeset/156978
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug