From 5704688e2ab7effef701f2ac5282b3bd4e0c53c7 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Fri, 8 Apr 2016 08:01:50 +0100 Subject: Reinstate necessary test. Reinstate test removed incorrectly in d1c230cabb051a5429242c98e67d37b65edc58b8. --- background_scripts/main.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'background_scripts') diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee index cac35100..5c6e8e19 100644 --- a/background_scripts/main.coffee +++ b/background_scripts/main.coffee @@ -393,7 +393,7 @@ HintCoordinator = unregisterFrame: (tabId, frameId) -> delete @tabState[tabId]?.ports?[frameId] # We fake "postHintDescriptors" for an unregistering frame. - @postHintDescriptors tabId, frameId, hintDescriptors: [] + @postHintDescriptors tabId, frameId, hintDescriptors: [] if @tabState[tabId]?.frameIds # Port handler mapping portHandlers = -- cgit v1.2.3