From aa2824621a1e1c3ee30a1329f3bfe9309fb16872 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 16 Nov 2016 08:03:07 -0800 Subject: [PATCH] Make scheme const --- spec/chromium-spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/chromium-spec.js b/spec/chromium-spec.js index a616a5c452..a63bba1b48 100644 --- a/spec/chromium-spec.js +++ b/spec/chromium-spec.js @@ -316,7 +316,7 @@ describe('chromium feature', function () { describe('window.opener security', function () { this.timeout(10000) - let scheme = 'other' + const scheme = 'other' let url = `${scheme}://${fixtures}/pages/window-opener-location.html` let w = null