2009-04-27 Gustavo Noronha Silva <gns@gnome.org>
Unreviewed debug build fix.
* platform/gtk/gtk2drawing.c:
(moz_gtk_toggle_paint):
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@42904 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index e604617..5c8ce3c 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,10 @@
+2009-04-27 Gustavo Noronha Silva <gns@gnome.org>
+
+ Unreviewed debug build fix.
+
+ * platform/gtk/gtk2drawing.c:
+ (moz_gtk_toggle_paint):
+
2009-04-27 Dimitri Glazkov <dglazkov@chromium.org>
Build fix.
diff --git a/WebCore/platform/gtk/gtk2drawing.c b/WebCore/platform/gtk/gtk2drawing.c
index c686caf..1f62c96 100644
--- a/WebCore/platform/gtk/gtk2drawing.c
+++ b/WebCore/platform/gtk/gtk2drawing.c
@@ -986,7 +986,10 @@
}
// "GetMinimumWidgetSize was ignored"
- ASSERT(rect->width == indicator_size);
+ // FIXME: This assert causes a build failure in WebKitGTK+ debug
+ // builds, because it uses 'false' in its definition. We may want
+ // to force this file to be built with g++, by renaming it.
+ // ASSERT(rect->width == indicator_size);
/*
* vertically center in the box, since XUL sometimes ignores our