Bug 150278 - [Win] Fix the Windows build
Summary: [Win] Fix the Windows build
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sungmann Cho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-17 08:49 PDT by Sungmann Cho
Modified: 2015-10-17 11:05 PDT (History)
2 users (show)

See Also:


Attachments
Patch (3.55 KB, patch)
2015-10-17 08:51 PDT, Sungmann Cho
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sungmann Cho 2015-10-17 08:49:13 PDT
Currently, ToT breaks at:
5>PolymorphicAccess.obj : error LNK2019: unresolved external symbol "private: void __thiscall JSC::AccessCase::emitIntrinsicGetter(struct JSC::AccessGenerationState &)" (?emitIntrinsicGetter@AccessCase@JSC@@AAEXAAUAccessGenerationState@2@@Z) referenced in function "private: void __thiscall JSC::AccessCase::generate(struct JSC::AccessGenerationState &)" (?generate@AccessCase@JSC@@AAEXAAUAccessGenerationState@2@@Z)
5>Repatch.obj : error LNK2019: unresolved external symbol "public: static bool __cdecl JSC::AccessCase::canEmitIntrinsicGetter(class JSC::JSFunction *,class JSC::Structure *)" (?canEmitIntrinsicGetter@AccessCase@JSC@@SA_NPAVJSFunction@2@PAVStructure@2@@Z) referenced in function "enum JSC::InlineCacheAction __cdecl JSC::tryCacheGetByID(class JSC::ExecState *,class JSC::JSValue,class JSC::Identifier const &,class JSC::PropertySlot const &,class JSC::StructureStubInfo &)" (?tryCacheGetByID@JSC@@YA?AW4InlineCacheAction@1@PAVExecState@1@VJSValue@1@ABVIdentifier@1@ABVPropertySlot@1@AAVStructureStubInfo@1@@Z)
5>JSGlobalObject.obj : error LNK2019: unresolved external symbol "public: static class JSC::JSTypedArrayViewConstructor * __cdecl JSC::JSTypedArrayViewConstructor::create(class JSC::VM &,class JSC::JSGlobalObject *,class JSC::Structure *,class JSC::JSObject *)" (?create@JSTypedArrayViewConstructor@JSC@@SAPAV12@AAVVM@2@PAVJSGlobalObject@2@PAVStructure@2@PAVJSObject@2@@Z) referenced in function "private: void __thiscall JSC::JSGlobalObject::init(class JSC::VM &)" (?init@JSGlobalObject@JSC@@AAEXAAVVM@2@@Z)
5>JSGlobalObject.obj : error LNK2019: unresolved external symbol "public: static class JSC::Structure * __cdecl JSC::JSTypedArrayViewConstructor::createStructure(class JSC::VM &,class JSC::JSGlobalObject *,class JSC::JSValue)" (?createStructure@JSTypedArrayViewConstructor@JSC@@SAPAVStructure@2@AAVVM@2@PAVJSGlobalObject@2@VJSValue@2@@Z) referenced in function "private: void __thiscall JSC::JSGlobalObject::init(class JSC::VM &)" (?init@JSGlobalObject@JSC@@AAEXAAVVM@2@@Z)
5>Z:\Developer\OSS\WebKit\WebKitBuild\Debug\bin32\JavaScriptCore.dll : fatal error LNK1120: 4 unresolved externals
Comment 1 Sungmann Cho 2015-10-17 08:51:33 PDT
Created attachment 263374 [details]
Patch
Comment 2 WebKit Commit Bot 2015-10-17 11:05:36 PDT
Comment on attachment 263374 [details]
Patch

Clearing flags on attachment: 263374

Committed r191242: <http://trac.webkit.org/changeset/191242>
Comment 3 WebKit Commit Bot 2015-10-17 11:05:39 PDT
All reviewed patches have been landed.  Closing bug.