[Webkit-unassigned] [Bug 201818] New: check-webkit-style: Fix warning message for std::make_unique<_typename_[]>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 16 06:19:05 PDT 2019


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

            Bug ID: 201818
           Summary: check-webkit-style: Fix warning message for
                    std::make_unique<_typename_[]>
           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: ddkilzer at webkit.org
                CC: ross.kirsling at sony.com,
                    webkit-bug-importer at group.apple.com, ysuzuki at apple.com

Fix warning message for std::make_unique<_typename_[]> in check-webkit-style.

When writing the patch for Bug 201804, it was not clear from check-webkit-style output that I hand to switch from std::make_unique<uint32_t[]>(size) to WTF::makeUniqueArray<uint32_t>(size).

-- 
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/20190916/831a22db/attachment.html>


More information about the webkit-unassigned mailing list