[Webkit-unassigned] [Bug 18831] [GTK] support windowless plugins

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 4 11:28:55 PST 2010


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





--- Comment #63 from Brian Tarricone <bjt23 at cornell.edu>  2010-02-04 11:28:46 PST ---
(In reply to comment #62)

> I take it that the edit from OS(SYMBIAN) to PLATFORM(SYMBIAN) in the diff
> snippet below was an inadvertent error? It seems to be causing a build bust for
> QtWebkit on Symbian. 
> 
> -#if defined(XP_UNIX) || defined(Q_WS_X11) || OS(SYMBIAN)
> +#if defined(XP_UNIX) || PLATFORM(SYMBIAN)

Crap, sorry about that.  All I can think is that I messed that one up when
resyncing my patch with git master after it had bitrotted.  It should of course
be

#if defined(XP_UNIX) || OS(SYMBIAN)

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