[Webkit-unassigned] [Bug 171514] New: [Cocoa] Replace uses of [get…Class() alloc] in Source/WebCore/platform/ios/WebVideoFullscreenInterfaceAVKit.mm

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 1 14:27:47 PDT 2017


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

            Bug ID: 171514
           Summary: [Cocoa] Replace uses of [get…Class() alloc] in
                    Source/WebCore/platform/ios/WebVideoFullscreenInterfac
                    eAVKit.mm
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ddkilzer at webkit.org
                CC: mitz at webkit.org
        Depends on: 171486

$ ./Tools/Scripts/check-webkit-style --filter=-,+runtime/soft-linked-alloc Source/WebCore
ERROR: Source/WebCore/platform/ios/WebVideoFullscreenInterfaceAVKit.mm:447:  Using +alloc with a soft-linked class. Use allocWebAVPictureInPicturePlayerLayerViewInstance() instead.  [runtime/soft-linked-alloc] [4]
ERROR: Source/WebCore/platform/ios/WebVideoFullscreenInterfaceAVKit.mm:616:  Using +alloc with a soft-linked class. Use allocWebAVPlayerLayerViewInstance() instead.  [runtime/soft-linked-alloc] [4]
Total errors found: 2 in 8492 files


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=171486
[Bug 171486] [Cocoa] Have check-webkit-style advise against use of [get…Class() alloc]
-- 
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/20170501/1f52926c/attachment-0001.html>


More information about the webkit-unassigned mailing list