Bug 199312 - [Win] unresolved external symbol "JSC::JSObject::didBecomePrototype(void)" referenced in function "JSC::Structure::create(...)"
Summary: [Win] unresolved external symbol "JSC::JSObject::didBecomePrototype(void)" re...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Fujii Hironori
URL:
Keywords: InRadar
: 199315 (view as bug list)
Depends on:
Blocks:
 
Reported: 2019-06-27 23:05 PDT by Fujii Hironori
Modified: 2019-06-30 19:45 PDT (History)
7 users (show)

See Also:


Attachments
Patch (2.40 KB, patch)
2019-06-27 23:09 PDT, Fujii Hironori
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Fujii Hironori 2019-06-27 23:05:43 PDT
[Win] unresolved external symbol "JSC::JSObject::didBecomePrototype(void)" referenced in function "JSC::Structure::create(...)"

trunk@246920, WinCairo port, clang-cl Release builds reports following linkage errors:

> WebCore.lib(UnifiedSource-4babe430-10.cpp.obj) : error LNK2019: unresolved external symbol "public: void __cdecl JSC::JSObject::didBecomePrototype(void)" (?didBecomePrototype@JSObject@JSC@@QEAAXXZ) referenced in function "public: static class JSC::Structure * __cdecl JSC::Structure::create(class JSC::VM &,class JSC::JSGlobalObject *,class JSC::JSValue,class JSC::TypeInfo const &,struct JSC::ClassInfo const *,unsigned char,unsigned int)" (?create@Structure@JSC@@SAPEAV12@AEAVVM@2@PEAVJSGlobalObject@2@VJSValue@2@AEBVTypeInfo@2@PEBUClassInfo@2@EI@Z)
> bin64\WebKit2.dll : fatal error LNK1120: 1 unresolved externals
> [82/155] Linking CXX shared library bin64\TestWebCoreLib.dll
> FAILED: bin64/TestWebCoreLib.dll lib64/TestWebCoreLib.lib 

> WebCore.lib(UnifiedSource-4babe430-10.cpp.obj) : error LNK2019: unresolved external symbol "public: void __cdecl JSC::JSObject::didBecomePrototype(void)" (?didBecomePrototype@JSObject@JSC@@QEAAXXZ) referenced in function "public: static class JSC::Structure * __cdecl JSC::Structure::create(class JSC::VM &,class JSC::JSGlobalObject *,class JSC::JSValue,class JSC::TypeInfo const &,struct JSC::ClassInfo const *,unsigned char,unsigned int)" (?create@Structure@JSC@@SAPEAV12@AEAVVM@2@PEAVJSGlobalObject@2@VJSValue@2@AEBVTypeInfo@2@PEBUClassInfo@2@EI@Z)
> bin64\WebKit.dll : fatal error LNK1120: 1 unresolved externals
Comment 1 Fujii Hironori 2019-06-27 23:09:34 PDT
Created attachment 373089 [details]
Patch
Comment 2 Keith Miller 2019-06-28 00:27:35 PDT
Comment on attachment 373089 [details]
Patch

r=me.
Comment 3 Fujii Hironori 2019-06-28 00:38:36 PDT
Comment on attachment 373089 [details]
Patch

Clearing flags on attachment: 373089

Committed r246922: <https://trac.webkit.org/changeset/246922>
Comment 4 Fujii Hironori 2019-06-28 00:38:39 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Radar WebKit Bug Importer 2019-06-28 00:39:23 PDT
<rdar://problem/52315398>
Comment 6 Fujii Hironori 2019-06-30 19:45:17 PDT
*** Bug 199315 has been marked as a duplicate of this bug. ***