Change the API back to be the correct key so only the permission is different

This commit is contained in:
Jonathan Kingston
2016-12-20 21:10:35 +00:00
committed by groovecoder
parent ff2e41ac8d
commit 6887244e7c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ function getCookieStoreIdForContainer(containerId) {
class API extends ExtensionAPI {
getAPI(context) {
let self = {
contextualidentities: {
contextualIdentities: {
get(cookieStoreId) {
let containerId = getContainerForCookieStoreId(cookieStoreId);
if (!containerId) {