Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 55a33a45250ab01128b3a76d3668cbf0c83085b4
      
https://github.com/WebKit/WebKit/commit/55a33a45250ab01128b3a76d3668cbf0c83085b4
  Author: Vitaly Dyachkov <vit...@igalia.com>
  Date:   2024-08-29 (Thu, 29 Aug 2024)

  Changed paths:
    M Source/WebKit/UIProcess/ProvisionalPageProxy.cpp

  Log Message:
  -----------
  REGRESSION(281966@main): The URL passed to 
`WebPageProxy::maybeInitializeSandboxExtensionHandle` is null
https://bugs.webkit.org/show_bug.cgi?id=278854

Reviewed by Chris Dumez.

In `ProvisionalPageProxy::goToBackForwardItem()` we create an `itemURL`
which we then pass by reference to 
`WebPageProxy::maybeInitializeSandboxExtensionHandle()`.
But we also move it while creating the compilation handler, which makes it null.
We should just make a copy.

* Source/WebKit/UIProcess/ProvisionalPageProxy.cpp:
(WebKit::ProvisionalPageProxy::goToBackForwardItem):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to