WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
122557
Change to std::unique_ptr breaks wtf/DataLog.cpp when DATA_LOG_TO_FILE set to 1
https://bugs.webkit.org/show_bug.cgi?id=122557
Summary
Change to std::unique_ptr breaks wtf/DataLog.cpp when DATA_LOG_TO_FILE set to 1
Michael Saboff
Reported
2013-10-09 10:00:39 PDT
After the recent change to std::unique_ptr, leakPtr() is no longer valid on the line: file = FilePrintStream::open(actualFilename, "w").leakPtr();
Attachments
Patch
(1.18 KB, patch)
2013-10-09 10:03 PDT
,
Michael Saboff
fpizlo
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Michael Saboff
Comment 1
2013-10-09 10:03:53 PDT
Created
attachment 213789
[details]
Patch
Michael Saboff
Comment 2
2013-10-09 11:20:51 PDT
Committed
r157176
: <
http://trac.webkit.org/changeset/157176
>
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