[Webkit-unassigned] [Bug 203663] [WinCairo] error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __cdecl WebCore::ServiceWorkerThreadProxy::notifyNetworkStateChange(bool)"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 30 22:34:52 PDT 2019


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

--- Comment #3 from Fujii Hironori <Hironori.Fujii at sony.com> ---
I prefer OBJECT library approach because it doesn't generate unnecessary WebCore.lib and WebCoreTestSupport.lib, and it can really solve this issue.
However, a caveat of is Apple Internal builds can't use OBJECT library for WebCore because it doesn't generate the static libs.
I'm going to use OBJECT library only for non-intenal builds.

-- 
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/20191031/f43597c9/attachment.htm>


More information about the webkit-unassigned mailing list