[Webkit-unassigned] [Bug 73986] New: change function name InitializeLoggingChannelsIfNecessary to follow coding style guideline

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 7 00:04:08 PST 2011


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

           Summary: change function name
                    InitializeLoggingChannelsIfNecessary to follow coding
                    style guideline
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mary.wu at torchmobile.com.cn


According to WebKit coding style guideline "Lower-case the first letter, including all letters in an acronym, in a variable or function name",
but the function name InitializeLoggingChannelsIfNecessary in the file WebCore/platform/Logging.h break the rule. We need to change the name
to initializeLoggingChannelsIfNecessary in the header file and all its porting implementations.

-- 
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