* webkit/webkitwebview.cpp:
(webkit_web_view_expose_event): The name of the event is expose_event and not expose.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@107252
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2012-02-09 Martin Robinson <mrobinson@igalia.com>
+
+ Build fix for GTK+ 2.x after my previous commit.
+
+ * webkit/webkitwebview.cpp:
+ (webkit_web_view_expose_event): The name of the event is expose_event and not expose.
+
2012-02-08 Dan Vrátil <dvratil@redhat.com>, Milan Crha <mcrha@redhat.com>
[GTK] Embedded GtkWidgets are not drawn
}
// Chaining up to the parent forces child widgets to be drawn.
- GTK_WIDGET_CLASS(webkit_web_view_parent_class)->expose(widget, event);
+ GTK_WIDGET_CLASS(webkit_web_view_parent_class)->expose_event(widget, event);
return FALSE;
}
#else