[webkit-changes] [WebKit/WebKit] 2f177b: Fix use-after-move on navigationActionData

Charlie Wolfe noreply at github.com
Fri Jan 20 21:32:08 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 2f177bcd375ab4b17f8ea888a7319d1ca7bf9464
      https://github.com/WebKit/WebKit/commit/2f177bcd375ab4b17f8ea888a7319d1ca7bf9464
  Author: Charlie Wolfe <charliew at apple.com>
  Date:   2023-01-20 (Fri, 20 Jan 2023)

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

  Log Message:
  -----------
  Fix use-after-move on navigationActionData
https://bugs.webkit.org/show_bug.cgi?id=250826
rdar://104420066

Reviewed by Youenn Fablet and David Kilzer.

This patch fixes a use-after-move on `navigationActionData`. This is
benign, but we should still change this to fix the clang-tidy warning.

* Source/WebKit/UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::decidePolicyForNavigationAction):

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




More information about the webkit-changes mailing list