From 13cbfa29557a40785c6b84dec8b4089bed3387ad Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Thu, 24 Sep 2009 21:14:41 -0500 Subject: [PATCH] pre-fix windows bustage. thanks=bent --- dom/plugins/PluginInstanceChild.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/dom/plugins/PluginInstanceChild.cpp b/dom/plugins/PluginInstanceChild.cpp index cb187ec91091..004c2126f5fc 100644 --- a/dom/plugins/PluginInstanceChild.cpp +++ b/dom/plugins/PluginInstanceChild.cpp @@ -203,6 +203,7 @@ PluginInstanceChild::AnswerNPP_GetValue_NPPVpluginNeedsXEmbed( #else NS_RUNTIMEABORT("shouldn't be called on non-linux platforms"); + return false; // not reached #endif }