Skip to content

Commit aad5ba6

Browse files
Merge forwardport of #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. c1c5796
2 parents 8e77e2f + 0742857 commit aad5ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Theme/view/frontend/templates/js/polyfill.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
};
127127

128128
window.localStorage.__proto__ = window.localStorage = new Storage('local');
129-
window.sessionStorage.__proto__ = window.sessionStorag = new Storage('session');
129+
window.sessionStorage.__proto__ = window.sessionStorage = new Storage('session');
130130
})();
131131
}
132132
</script>

0 commit comments

Comments
 (0)