[Webkit-unassigned] [Bug 193815] New: Move soft-linking of Lookup.framework out of LookupSPI.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 24 22:32:10 PST 2019


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

            Bug ID: 193815
           Summary: Move soft-linking of Lookup.framework out of
                    LookupSPI.h
           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: ddkilzer at webkit.org

Move soft-linking of Lookup.framework out of LookupSPI.h.

Header should never soft-link frameworks or libraries since that code can be included in multiple translation units (source files), causing duplicate code to be generated.  See Bug 193750 for a new check-webkit-style check that flags this issue.

-- 
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/20190125/e35f87a8/attachment-0001.html>


More information about the webkit-unassigned mailing list