From d5c63908ca1cdcbad94cfbdf7789f87ca5790811 Mon Sep 17 00:00:00 2001 From: Benjamin Smedberg Date: Tue, 27 Oct 2009 16:59:40 -0400 Subject: [PATCH] Linux build bustage from bug 522122. --- dom/plugins/PluginInstanceChild.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom/plugins/PluginInstanceChild.cpp b/dom/plugins/PluginInstanceChild.cpp index 24864f029051..33dc77136542 100644 --- a/dom/plugins/PluginInstanceChild.cpp +++ b/dom/plugins/PluginInstanceChild.cpp @@ -324,7 +324,7 @@ PluginInstanceChild::AnswerNPP_HandleEvent(const NPRemoteEvent& event, *handled = mPluginIface->event(&mData, reinterpret_cast(&evcopy)); #ifdef MOZ_X11 - if (GraphicsExpose == event.type) { + if (GraphicsExpose == event.event.type) { // Make sure the X server completes the drawing before the parent // draws on top and destroys the Drawable. //