Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1ddd57d7f22f76dc02c2937821698aa81fdea00b
https://github.com/WebKit/WebKit/commit/1ddd57d7f22f76dc02c2937821698aa81fdea00b
Author: Žan Doberšek <[email protected]>
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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes