[webkit-changes] [WebKit/WebKit] 1ddd57: [Unix] Again make UnixFileDescriptor non-copyable

Žan Doberšek noreply at github.com
Mon Mar 6 11:18:12 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1ddd57d7f22f76dc02c2937821698aa81fdea00b
      https://github.com/WebKit/WebKit/commit/1ddd57d7f22f76dc02c2937821698aa81fdea00b
  Author: Žan Doberšek <zdobersek at igalia.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
    M Source/WTF/wtf/unix/UnixFileDescriptor.h

  Log Message:
  -----------
  [Unix] Again make UnixFileDescriptor non-copyable
https://bugs.webkit.org/show_bug.cgi?id=253433

Reviewed by Carlos Garcia Campos.

UnixFileDescriptor is currently not required to be copyable, so the copy
constructor and the copy assignment operator can be deleted. Once or if again
necessary, a derived copyable class will be added to support copying this type
of resource.

* Source/WTF/wtf/unix/UnixFileDescriptor.h:

Canonical link: https://commits.webkit.org/261281@main




More information about the webkit-changes mailing list