[Webkit-unassigned] [Bug 72853] New: Needs WTF_INLINE and JS_INLINE

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 20 21:52:41 PST 2011


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

           Summary: Needs WTF_INLINE and JS_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
            Blocks: 67852


We have WTF_EXPORT_PRIVATE and JS_EXPORT_PRIVATE for give "default" visibility.
But when you put the default visibility to the class, its all method also become visible even if it is inline function,
which makes Mac build sad because it doesn't allow inline visible function.

We need WTF_INLINE and JS_INLINE to mark such inline function as "hidden".
The patch will come shortly.

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