From a501740f9d416316e4ee6b3e9688ace74f329bf4 Mon Sep 17 00:00:00 2001 From: Aras Abbasi Date: Fri, 12 Jan 2018 13:45:32 +0100 Subject: [PATCH] Update Blob.js --- Blob.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Blob.js b/Blob.js index 7dc0313..f79055b 100644 --- a/Blob.js +++ b/Blob.js @@ -212,9 +212,5 @@ typeof self !== "undefined" && self || typeof window !== "undefined" && window || typeof global !== "undefined" && global - || Function('return this.content')() - || Function('return this')() + || this )); -// `self` is undefined in Firefox for Android content script context -// while `this` is nsIContentFrameMessageManager -// with an attribute `content` that corresponds to the window