From 074285735cd6d33fd530302390ab8101e73d7e34 Mon Sep 17 00:00:00 2001 From: Magento EngCom Team Date: Tue, 23 Jan 2018 10:51:13 -0600 Subject: [PATCH] :arrow_double_up: Forwardport of magento/magento2#11219 to 2.3-develop branch Applied pull request patch https://github.com/magento/magento2/pull/11219.patch (created by @mszydlo) based on commit(s): 1. c1c5796bcf467584833ac49fc40f74187b89973b --- .../Magento/Theme/view/frontend/templates/js/polyfill.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/Magento/Theme/view/frontend/templates/js/polyfill.phtml b/app/code/Magento/Theme/view/frontend/templates/js/polyfill.phtml index 7e8854b914261..2b75bd2222e26 100644 --- a/app/code/Magento/Theme/view/frontend/templates/js/polyfill.phtml +++ b/app/code/Magento/Theme/view/frontend/templates/js/polyfill.phtml @@ -126,7 +126,7 @@ }; window.localStorage.__proto__ = window.localStorage = new Storage('local'); - window.sessionStorage.__proto__ = window.sessionStorag = new Storage('session'); + window.sessionStorage.__proto__ = window.sessionStorage = new Storage('session'); })(); }