WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
199312
[Win] unresolved external symbol "JSC::JSObject::didBecomePrototype(void)" referenced in function "JSC::Structure::create(...)"
https://bugs.webkit.org/show_bug.cgi?id=199312
Summary
[Win] unresolved external symbol "JSC::JSObject::didBecomePrototype(void)" re...
Fujii Hironori
Reported
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
Attachments
Patch
(2.40 KB, patch)
2019-06-27 23:09 PDT
,
Fujii Hironori
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Fujii Hironori
Comment 1
2019-06-27 23:09:34 PDT
Created
attachment 373089
[details]
Patch
Keith Miller
Comment 2
2019-06-28 00:27:35 PDT
Comment on
attachment 373089
[details]
Patch r=me.
Fujii Hironori
Comment 3
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
>
Fujii Hironori
Comment 4
2019-06-28 00:38:39 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 5
2019-06-28 00:39:23 PDT
<
rdar://problem/52315398
>
Fujii Hironori
Comment 6
2019-06-30 19:45:17 PDT
***
Bug 199315
has been marked as a duplicate of this bug. ***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug