[Webkit-unassigned] [Bug 207323] New: WEBCORE_TESTSUPPORT_EXPORT shouldn't be defined for compiling WebCore to avoid misuse

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 5 23:00:06 PST 2020


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

            Bug ID: 207323
           Summary: WEBCORE_TESTSUPPORT_EXPORT shouldn't be defined for
                    compiling WebCore to avoid misuse
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Hironori.Fujii at sony.com
                CC: darin at apple.com

WEBCORE_TESTSUPPORT_EXPORT shouldn't be defined for compiling WebCore to avoid misuse

As r252166 states, WEBCORE_TESTSUPPORT_EXPORT is used only for
WebCoreTestSupport module, but for WebCore module.

However, WEBCORE_TESTSUPPORT_EXPORT can be used
interchangeably with WEBCORE_EXPORT in almost all ports becasue
both macro definitions are exactly same, __attribute__((visibility("default"))).
Unfortunately, Windows port isn't the case.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200206/3ffb079e/attachment.htm>


More information about the webkit-unassigned mailing list