From 688c40bcf9099273d9e8db6d1ad826683e7a537b Mon Sep 17 00:00:00 2001 From: Masayuki Nakano Date: Fri, 20 Feb 2009 16:42:29 +0900 Subject: [PATCH] Bug 478862 After bug 347185 the keys Backspace and Tab no longer work as expected in a flash application r+sr=roc --- layout/generic/nsObjectFrame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/generic/nsObjectFrame.cpp b/layout/generic/nsObjectFrame.cpp index 516ef5f551c..7594465ab38 100644 --- a/layout/generic/nsObjectFrame.cpp +++ b/layout/generic/nsObjectFrame.cpp @@ -3504,7 +3504,7 @@ nsresult nsPluginInstanceOwner::KeyPress(nsIDOMEvent* aKeyEvent) #else if (SendNativeEvents()) - return DispatchKeyToPlugin(aKeyEvent); + DispatchKeyToPlugin(aKeyEvent); if (mInstance) { // If this event is going to the plugin, we want to kill it.