[Webkit-unassigned] [Bug 130636] New: Remove *virtual* keyword in destructor of NavigatorContentUtils

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 22 00:43:04 PDT 2014


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

           Summary: Remove *virtual* keyword in destructor of
                    NavigatorContentUtils
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gyuyoung.kim at samsung.com


Though NavigatorContentUtils isn't declared final class as well as it doesn't have any virtual function, the destructor has been declared as virtual. We don't need to declare the destructor as virtual.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list