[Webkit-unassigned] [Bug 198724] New: [WinCairo] Remove build warning from RemoteInspector.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 10 11:16:41 PDT 2019


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

            Bug ID: 198724
           Summary: [WinCairo] Remove build warning from RemoteInspector.
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Basuke.Suzuki at sony.com

In `inspector/remote/socket/RemoteInspectorConnectionClient.h` an interface was defined with empty implementation. It is method to be overwritten by sub classes so that parameter name is important. This empty method generates warning.

The subclasses of the class are just two and one has it's own implementation. It's good to define this as an abstract method and move default implementation to that sub class.

-- 
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/20190610/f798a273/attachment.html>


More information about the webkit-unassigned mailing list