Loading dom/chrome-webidl/IOUtils.webidl +2 −2 Original line number Diff line number Diff line Loading @@ -54,10 +54,10 @@ namespace IOUtils { /** * Attempts to safely write |data| to a file at |path|. * * This operation can be made atomic by specifying the |tmpFile| option. If * This operation can be made atomic by specifying the |tmpPath| option. If * specified, then this method ensures that the destination file is not * modified until the data is entirely written to the temporary file, after * which point the |tmpFile| is moved to the specified |path|. * which point the |tmpPath| is moved to the specified |path|. * * The target file can also be backed up to a |backupFile| before any writes * are performed to prevent data loss in case of corruption. Loading Loading
dom/chrome-webidl/IOUtils.webidl +2 −2 Original line number Diff line number Diff line Loading @@ -54,10 +54,10 @@ namespace IOUtils { /** * Attempts to safely write |data| to a file at |path|. * * This operation can be made atomic by specifying the |tmpFile| option. If * This operation can be made atomic by specifying the |tmpPath| option. If * specified, then this method ensures that the destination file is not * modified until the data is entirely written to the temporary file, after * which point the |tmpFile| is moved to the specified |path|. * which point the |tmpPath| is moved to the specified |path|. * * The target file can also be backed up to a |backupFile| before any writes * are performed to prevent data loss in case of corruption. Loading