[Webkit-unassigned] [Bug 82042] Unavailable pre-processor macro in non-Qt environments

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 23 07:01:30 PDT 2012


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





--- Comment #5 from Xan Lopez <xan.lopez at gmail.com>  2012-03-23 07:01:30 PST ---
(From update of attachment 133454)
View in context: https://bugs.webkit.org/attachment.cgi?id=133454&action=review

> Source/WebCore/platform/graphics/texmap/TextureMapperGL.cpp:-74
> -#if PLATFORM(QT) && (QT_VERSION >= QT_VERSION_CHECK(5, 0, 0))

This seems to fail in the Qt EWS becasue they don't have Qt5 so GLContext is not defined (so I'd say the code was wrong to begin with?).

Other than that I'm not quite sure why the change in the preprocessor stuff is needed, I'd expect && to do the right thing and shortcircuit evaluation.

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