[Webkit-unassigned] [Bug 80282] undefined reference to JSC::IdentifierTable::~IdentifierTable() on EFL port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 5 07:43:08 PST 2012


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





--- Comment #2 from ChangSeok Oh <kevin.cs.oh at gmail.com>  2012-03-05 07:43:08 PST ---
It seems that splitting declaration and definition of IdentifierTable::~IndentifierTable() and IdentifierTable::add() causes this problem. 
I think it's better to move those definitions into WTFThreadData.h where their declaration is located in.

-- 
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