From 031b3453f1f34df0a6b3bc83d5e920d869b329e9 Mon Sep 17 00:00:00 2001 From: Ilya Sukhar Date: Tue, 14 Dec 2010 01:59:51 -0800 Subject: Fixed a regression with completion key logic after the introduction of frame support. Closes #249. --- background_page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background_page.html b/background_page.html index ad15c2be..264cf299 100644 --- a/background_page.html +++ b/background_page.html @@ -552,7 +552,7 @@ // The second key might be a valid command by its self. if (keyToCommandRegistry[splitKey.second]) - newKeyQueue = checkKeyQueue(splitKey.second); + newKeyQueue = checkKeyQueue(splitKey.second, tabId, frameId); else newKeyQueue = (validFirstKeys[splitKey.second] ? splitKey.second : ""); } else { -- cgit v1.2.3