[Webkit-unassigned] [Bug 70743] New: IndexedDB: Replace bool args in IDBKeyRange private methods with enum

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 24 11:00:57 PDT 2011


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

           Summary: IndexedDB: Replace bool args in IDBKeyRange private
                    methods with enum
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jsbell at chromium.org


Per tony at chromium.org's comment in https://bugs.webkit.org/show_bug.cgi?id=70065:

WebKit style prefers using enums rather than bools for arguments.  It makes it more clear at the caller what the second param is.  Since the code was already using bools, this is just a suggestion for a future cleanup.  This would only apply to the private methods, not the idl methods.

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