[Webkit-unassigned] [Bug 153138] [GTK][OSX] libjavascriptcoregtk fails to link when building debug configuration

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 15 11:38:31 PST 2016


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

--- Comment #1 from Jeremy Huddleston Sequoia <jeremyhu at apple.com> ---
Looks like it's supposed to be from runtime/JSCellInlines.h

inline bool JSCell::inherits(const ClassInfo* info) const
{
    return classInfo()->isSubClassOf(info);
}
...
inline Structure* JSCell::structure() const
{
    return Heap::heap(this)->structureIDTable().get(m_structureID);
}

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160115/a4256ff8/attachment.html>


More information about the webkit-unassigned mailing list