[Webkit-unassigned] [Bug 74990] New: Rename WTF_INLINE, JS_INLINE to HIDDEN_INLINE

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 20 21:15:50 PST 2011


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

           Summary: Rename WTF_INLINE, JS_INLINE to HIDDEN_INLINE
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: morrita at google.com
                CC: mrowe at apple.com, kevino at theolliviers.com
            Blocks: 72855


As bdash@ mentioned at Bug 72855, JS_INLINE is annoying and confusing name.
It's for marking functions to be hidden. So it should be renamed "HIDDEN_INLINE".

 * This is more intention revealing name than WTF_INLINE/JS_INLINE and its appearance is aligned to ALWAYS_INLINE.
 * We'll use the name even outside WTF so prefixing as WTF could be misleading.
   Its definition doesn't change depending on the build target.

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