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+
Michael Saboff
Comment 1 2013-10-09 10:03:53 PDT
Michael Saboff
Comment 2 2013-10-09 11:20:51 PDT
Note You need to log in before you can comment on or make changes to this bug.