[Webkit-unassigned] [Bug 45157] [Qt][Symbian] V8 port for QT platform: Eliminate ambiguous inclusion of animation.h and CString.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 3 05:02:52 PDT 2010


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





--- Comment #2 from Andreas Kling <andreas.kling at nokia.com>  2010-09-03 05:02:51 PST ---
(From update of attachment 66453)
> +#if PLATFORM(QT)
> +#include <platform/animation/Animation.h>
> +#else
>  #include "Animation.h"
> +#endif

Does this really need to be Qt-specific?

> +#include <wtf/text/CString.h>

Why is this necessary? CString.h is always referenced by wtf/text/CString.h AFAIK.

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