Title: [278504] branches/safari-611-branch/Source/WTF/wtf/cocoa/FileSystemCocoa.mm
Revision
278504
Author
[email protected]
Date
2021-06-04 15:45:38 -0700 (Fri, 04 Jun 2021)

Log Message

Cherry-pick r278048. rdar://problem/78467158

Modified Paths

Diff

Modified: branches/safari-611-branch/Source/WTF/wtf/cocoa/FileSystemCocoa.mm (278503 => 278504)


--- branches/safari-611-branch/Source/WTF/wtf/cocoa/FileSystemCocoa.mm	2021-06-04 22:45:35 UTC (rev 278503)
+++ branches/safari-611-branch/Source/WTF/wtf/cocoa/FileSystemCocoa.mm	2021-06-04 22:45:38 UTC (rev 278504)
@@ -181,6 +181,7 @@
 bool deleteNonEmptyDirectory(const String& path)
 {
     return [[NSFileManager defaultManager] removeItemAtPath:path error:nil];
+}
 
 static int toIOPolicyScope(PolicyScope scope)
 {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to