[Webkit-unassigned] [Bug 88457] Debug build fails with recent clang

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 18 09:14:43 PDT 2012


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





--- Comment #1 from Nuno Lopes <nlopes at apple.com>  2012-06-18 09:14:42 PST ---
Just a quick explanation why this patch is necessary:
Node::hasTagName() is defined in Element.h, which is included by Element.cpp. However, since this method is declared 'inline', newer versions of clang remove the symbol from Element.o, which is required by CSSStyleSheet.o when built in debug mode. Including the Element.h fixes the problem, since then the method is available directly to CSSStyleSheet.cpp.

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