aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts/vimium_frontend.coffee
diff options
context:
space:
mode:
authormrmr19932017-11-22 18:44:33 +0000
committermrmr19932017-11-22 18:44:33 +0000
commite46f88ced3575ca8045dfeae2cecc4755a902e23 (patch)
treef2f8846efd8f65c910d81585c95b3a2c3ecd1f64 /content_scripts/vimium_frontend.coffee
parent4117c5030b3b101d977078125e9c075c43c83949 (diff)
downloadvimium-e46f88ced3575ca8045dfeae2cecc4755a902e23.tar.bz2
Add a comment for Frame expando fix
Diffstat (limited to 'content_scripts/vimium_frontend.coffee')
-rw-r--r--content_scripts/vimium_frontend.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/content_scripts/vimium_frontend.coffee b/content_scripts/vimium_frontend.coffee
index 83dfcc97..432fa7a2 100644
--- a/content_scripts/vimium_frontend.coffee
+++ b/content_scripts/vimium_frontend.coffee
@@ -221,7 +221,7 @@ Frame =
@port = chrome.runtime.connect name: "frames"
@port.onMessage.addListener (request) =>
- root.extend window, root unless extend?
+ root.extend window, root unless extend? # See #2800 and #2831.
(@listeners[request.handler] ? this[request.handler]) request
# We disable the content scripts when we lose contact with the background page, or on unload.