[Webkit-unassigned] [Bug 59770] New: Need to define WTF_EXPORT_PRIVATE in Assertions.h if an external project only uses wtf library.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 28 18:58:05 PDT 2011


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

           Summary: Need to define WTF_EXPORT_PRIVATE in Assertions.h if
                    an external project only uses wtf library.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yongjun_zhang at apple.com


Currently WTF_EXPORT_PRIVATE is defined in WebCore or JavaScriptCore's config.h, and JSBase.h also defined it for projects including JavaScriptCore.  However, if a project decides to only use wtf it might just need to include Assertions.h.  In this case, it will fail compiling because WTF_EXPORT_PRIVATE is not defined anywhere.

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