Title: [293243] branches/safari-613.2.7.0-branch/Source/WebKit/UIProcess/WebPageProxy.cpp
Revision
293243
Author
[email protected]
Date
2022-04-22 13:35:46 -0700 (Fri, 22 Apr 2022)

Log Message

Revert "Unreviewed build fix. rdar://91446317"

This reverts commit r293144.

Modified Paths

Diff

Modified: branches/safari-613.2.7.0-branch/Source/WebKit/UIProcess/WebPageProxy.cpp (293242 => 293243)


--- branches/safari-613.2.7.0-branch/Source/WebKit/UIProcess/WebPageProxy.cpp	2022-04-22 20:18:41 UTC (rev 293242)
+++ branches/safari-613.2.7.0-branch/Source/WebKit/UIProcess/WebPageProxy.cpp	2022-04-22 20:35:46 UTC (rev 293243)
@@ -3496,7 +3496,7 @@
         auto item = navigation->reloadItem() ? navigation->reloadItem() : navigation->targetItem();
         std::optional<SandboxExtension::Handle> optionalHandle;
         if (policyAction == PolicyAction::Use && item) {
-            URL fullURL { URL(), item->url() };
+            URL fullURL { item->url() };
             if (fullURL.protocolIs("file"_s)) {
                 SandboxExtension::Handle sandboxExtensionHandle;
                 maybeInitializeSandboxExtensionHandle(processForNavigation.get(), fullURL, item->resourceDirectoryURL(), sandboxExtensionHandle);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to