[Webkit-unassigned] [Bug 158473] [GLIB] Implement hardLinkOrCopyFile() in FileSystemGlib

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 7 07:13:26 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=158473

Michael Catanzaro <mcatanzaro at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #280694|review?                     |review+
              Flags|                            |

--- Comment #4 from Michael Catanzaro <mcatanzaro at igalia.com> ---
Comment on attachment 280694
  --> https://bugs.webkit.org/attachment.cgi?id=280694
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=280694&action=review

> Source/WebCore/platform/glib/FileSystemGlib.cpp:394
> +    return g_file_copy(sourceFile.get(), destinationFile.get(), G_FILE_COPY_NONE, nullptr, nullptr, nullptr, nullptr);

Probably should use G_FILE_COPY_OVERWRITE instead of G_FILE_COPY_NONE?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160607/0324acf5/attachment-0001.html>


More information about the webkit-unassigned mailing list