[Webkit-unassigned] [Bug 178424] New: REGRESSION (r223476): WebCore exports symbols with names belonging to other frameworks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 17 20:19:22 PDT 2017


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

            Bug ID: 178424
           Summary: REGRESSION (r223476): WebCore exports symbols with
                    names belonging to other frameworks
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P1
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mitz at webkit.org
                CC: keith_miller at apple.com, thorton at apple.com

<https://trac.webkit.org/r223476>, the fix for bug 178229, made WebCore export symbols identical to the ones it’s “soft linking” using the SOFT_LINK_FUNCTION_FOR_SOURCE macro. For example, now WebCore exports a function called CMClockGetTime, which is different from the CMClockGetTime that the Core Media framework exports. WebCore’s exports should all be in WebCore’s C++ namespaces or have the Web or _Web prefix.

-- 
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/20171018/60e8266d/attachment-0001.html>


More information about the webkit-unassigned mailing list