[Webkit-unassigned] [Bug 172267] [Win] error LNK2005: WebCore::JSNode::checkSubClassPatchpoint() already defined in WebKit.lib
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 18 19:03:43 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=172267
--- Comment #5 from Fujii Hironori <Hironori.Fujii at sony.com> ---
By checking with dumpbin, I've confirmed checkSubClassPatchpoint was exported from WebKit.dll.
I'm guessing a following simple scenario.
1) JSDocumentDOMJIT.cpp was compiled with dllexport in WebCore
2) The linker included JSDocumentDOMJIT.cpp.obj into WebKit.dll
3) The linker found some dllexport-marked symbols in JSDocumentDOMJIT.cpp.obj and exported them from WebKit.dll
I admit that this hypothesis doesn't explain comment 4.
--
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/20170519/b4b45690/attachment.html>
More information about the webkit-unassigned
mailing list