Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4fd600202386856f17d83d1d3f493905c0e4eed4
      
https://github.com/WebKit/WebKit/commit/4fd600202386856f17d83d1d3f493905c0e4eed4
  Author: Don Olmstead <[email protected]>
  Date:   2022-10-15 (Sat, 15 Oct 2022)

  Changed paths:
    M Tools/MiniBrowser/playstation/MainWindow.cpp
    M Tools/MiniBrowser/playstation/ToolkittenUtils.h
    M Tools/MiniBrowser/playstation/main.cpp

  Log Message:
  -----------
  Fix unqualified calls to std::move in PlayStation MiniBrowser
https://bugs.webkit.org/show_bug.cgi?id=246546

Reviewed by Fujii Hironori.

A number of `move` calls didn't have `std::` in front of them. Fix this
warning `-Wunqualified-std-cast-call` from Clang 15.

* Tools/MiniBrowser/playstation/MainWindow.cpp:
* Tools/MiniBrowser/playstation/ToolkittenUtils.h:
* Tools/MiniBrowser/playstation/main.cpp:

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


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to