Skip to content

Commit

Permalink
Rebase, fix unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
inexorabletash committed May 21, 2020
1 parent 7e66575 commit 40cdc60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2344,7 +2344,7 @@ The <dfn method for=IDBFactory>databases()</dfn> method steps are:

1. Let |map| be the result of running [=/obtain a local storage bottle map=] with |environment| and <code>"indexedDB"</code>. If this returns failure, [=/reject=] |p| with a "{{SecurityError}}" {{DOMException}} and terminate these steps.

1. [=map/For each=] |name| &rarr; |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=].
Expand Down

0 comments on commit 40cdc60

Please sign in to comment.