As part of some refactoring, the objects that create the meta files that are part of the record/replay cache would get deleted. They were always getting opened in "write" mode", which would truncate the files. Fix this so that the files are opened in the write modes for record, replay, and neither.
That is, the "right" modes, not the "write" modes.
Created attachment 297481 [details] Patch
Comment on attachment 297481 [details] Patch r=me. Since the m_loadFileHandle and m_replayFileHandle are used only for logging when replaying, do you think it would be good to have "Log" somewhere in their name?
I'll file a new bug for that, since naming things is one of the Big Unsolved Problems in Computer Science.
Comment on attachment 297481 [details] Patch Clearing flags on attachment: 297481 Committed r210005: <http://trac.webkit.org/changeset/210005>
All reviewed patches have been landed. Closing bug.