[Webkit-unassigned] [Bug 67080] Add unit test for existing StringBuilder

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 18 21:11:33 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=67080





--- Comment #14 from Xianzhu Wang <wangxianzhu at chromium.org>  2011-09-18 21:11:33 PST ---
Need help:
win-ews reports errors about unresolved externals, like:

6>StringBuilder.obj : error LNK2019: unresolved external symbol "public: class WTF::CString __thiscall WTF::String::utf8(bool)const " (?utf8 at String@WTF@@QBE?AVCString at 2@_N at Z) referenced in function "class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl operator<<(class std::basic_ostream<char,struct std::char_traits<char> > &,class WTF::String const &)" (??6 at YAAAV?$basic_ostream at DU?$char_traits at D@std@@@std@@AAV01 at ABVString@WTF@@@Z)

I guess I should add the missing symbols into JavaScriptCore.def, but I'm wondering if I'm correct why they aren't in the def file, and if there are any drawbacks of adding them just for unit tests?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list