[Webkit-unassigned] [Bug 76287] New: Coding standard violation: Rename static members with "s_" prefix.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 13 10:44:11 PST 2012


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

           Summary: Coding standard violation: Rename static members with
                    "s_" prefix.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Trivial
          Priority: P4
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: girard at chromium.org


(Here come the code standards police;)

The code standard asks for static member variables to be named with an "s_" prefix.  A number of files violate this.

This is a trivial (and low impact) change, affecting private member variables and internal access to the same.

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