[Webkit-unassigned] [Bug 36398] [GTK] Does not build with latest GTK+ development release
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Mar 23 01:35:05 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=36398
Holger Freyther <zecke at selfish.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #51381|review? |review+
Flag| |
--- Comment #10 from Holger Freyther <zecke at selfish.org> 2010-03-23 01:35:05 PST ---
(From update of attachment 51381)
Mostly fine, we will just ignore the style warning as we want to keep the
mozilla code mergable.
> - /* only paint widgets with NO_WINDOW this way */
> - if (!GTK_WIDGET_NO_WINDOW(platformWidget()))
> + /* only paint widgets with no window this way */
> + if (!!gtk_widget_get_has_window(platformWidget()))
> return;
You can just remove the '!'?!
--
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