From 9bb22b65ecaa77fa13dd4fbc6db8f959e1f7db9d Mon Sep 17 00:00:00 2001 From: gorhill Date: Wed, 8 Apr 2015 06:15:10 -0400 Subject: [PATCH] forgot to add shutdown to other platforms (re. https://github.com/gorhill/uMatrix/issues/144) --- platform/chromium/vapi-client.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platform/chromium/vapi-client.js b/platform/chromium/vapi-client.js index 5e0d842..eafc1a0 100644 --- a/platform/chromium/vapi-client.js +++ b/platform/chromium/vapi-client.js @@ -167,6 +167,8 @@ vAPI.messaging = { } }; +/******************************************************************************/ + // No need to have vAPI client linger around after shutdown if // we are not a top window (because element picker can still // be injected in top window).