[Webkit-unassigned] [Bug 243316] New: check-webkit-style: Suppress runtime/wtf_move and runtime/wtf_make_unique for Windows and PlayStation MiniBrowsers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 28 14:20:57 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=243316

            Bug ID: 243316
           Summary: check-webkit-style: Suppress runtime/wtf_move and
                    runtime/wtf_make_unique for Windows and PlayStation
                    MiniBrowsers
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Hironori.Fujii at sony.com

check-webkit-style: Suppress runtime/wtf_move and runtime/wtf_make_unique for Windows and PlayStation MiniBrowsers

> ERROR: Tools/MiniBrowser/playstation/MainWindow.cpp:144:  Use 'WTFMove()' instead of 'std::move()'.  [runtime/wtf_move] [4]
> ERROR: Tools/MiniBrowser/playstation/WebViewWindow.cpp:68:  Use 'WTF::makeUnique<WebViewWindow>' instead of 'std::make_unique<WebViewWindow>'.  [runtime/wtf_make_unique] [4]

Windows and PlayStation MiniBrowsers don't use WTF, try to use only public WebKit API.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220728/3bb684f7/attachment-0001.htm>


More information about the webkit-unassigned mailing list