From 40cdc60c3998eaae4f55ca687d8b6b7c734f0bcc Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Thu, 21 May 2020 12:01:56 -0700 Subject: [PATCH] Rebase, fix unused var --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 2c20e23..a8d01fb 100644 --- a/index.bs +++ b/index.bs @@ -2344,7 +2344,7 @@ The databases() method steps are: 1. Let |map| be the result of running [=/obtain a local storage bottle map=] with |environment| and "indexedDB". If this returns failure, [=/reject=] |p| with a "{{SecurityError}}" {{DOMException}} and terminate these steps. - 1. [=map/For each=] |name| → |db| of |map|: + 1. [=map/For each=] |db| of |map|'s [=map/values=]: 1. Let |info| be a new {{IDBDatabaseInfo}} dictionary. 1. Set |info|'s {{IDBDatabaseInfo/name}} dictionary member to |db|'s [=database/name=].