WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
149918
[WinCairo] Fix incremental build issue revealed by
r190714
https://bugs.webkit.org/show_bug.cgi?id=149918
Summary
[WinCairo] Fix incremental build issue revealed by r190714
Csaba Osztrogonác
Reported
2015-10-08 02:05:54 PDT
https://trac.webkit.org/changeset/190714
caused incremental build failure:
https://build.webkit.org/builders/WinCairo%2064-Bit%20Release/builds/49937
WebView.cpp.obj : error LNK2001: unresolved external symbol "protected: __cdecl WebCore::JSNode::JSNode(class JSC::Structure *,class WebCore::JSDOMGlobalObject *,class WTF::Ref<class WebCore::Node> &&)" (??0JSNode@WebCore@@IEAA@PEAVStructure@JSC@@PEAVJSDOMGlobalObject@
1@$$QEAV?$Ref@VNode@WebCore@@@WTF@@@Z
) WebView.cpp.obj : error LNK2001: unresolved external symbol "protected: __cdecl WebCore::JSElement::JSElement(class JSC::Structure *,class WebCore::JSDOMGlobalObject *,class WTF::Ref<class WebCore::Element> &&)" (??0JSElement@WebCore@@IEAA@PEAVStructure@JSC@@PEAVJSDOMGlobalObject@
1@$$QEAV?$Ref@VElement@WebCore@@@WTF@@@Z
) WebView.cpp.obj : error LNK2001: unresolved external symbol "protected: __cdecl WebCore::JSScriptProfile::JSScriptProfile(class JSC::Structure *,class WebCore::JSDOMGlobalObject *,class WTF::Ref<class JSC::Profile> &&)" (??0JSScriptProfile@WebCore@@IEAA@PEAVStructure@JSC@@PEAVJSDOMGlobalObject@
1@$$QEAV?$Ref@VProfile@JSC@@@WTF@@@Z
) bin64\WebKit.dll : fatal error LNK1120: 3 unresolved externals But the build works fine after a clean build:
https://build.webkit.org/builders/WinCairo%2064-Bit%20Release/builds/49939
Attachments
Add attachment
proposed patch, testcase, etc.
Csaba Osztrogonác
Comment 1
2016-02-15 23:39:11 PST
It seems nobody fixes it.
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