[webkit-changes] [WebKit/WebKit] 199f68: WebKit::ensureDirectoryExists should use directory...

kiaraarose noreply at github.com
Wed Dec 6 09:44:16 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 199f68082e5b7c4f560e6bbb147d2770463abad6
      https://github.com/WebKit/WebKit/commit/199f68082e5b7c4f560e6bbb147d2770463abad6
  Author: Kiara Rose <kiara_rose at apple.com>
  Date:   2023-12-06 (Wed, 06 Dec 2023)

  Changed paths:
    M Source/WebKit/Platform/cocoa/CocoaHelpers.mm

  Log Message:
  -----------
  WebKit::ensureDirectoryExists should use directory path, not absoluteString.
https://bugs.webkit.org/show_bug.cgi?id=265943

Reviewed by Timothy Hatcher.

Use '.path' and not '.absoluteString' when ensuring the directory exists. Fallout from initial change
in https://github.com/WebKit/WebKit/pull/21309.

* Source/WebKit/Platform/cocoa/CocoaHelpers.mm:
(WebKit::ensureDirectoryExists):

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




More information about the webkit-changes mailing list