Skip to content

Commit f6b9a5a

Browse files
Rebase, fix unused var
1 parent f7d143d commit f6b9a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2344,7 +2344,7 @@ The <dfn method for=IDBFactory>databases()</dfn> method steps are:
23442344

23452345
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.
23462346

2347-
1. [=map/For each=] |name| &rarr; |db| of |map|:
2347+
1. [=map/For each=] |db| of |map|'s [=map/values=]:
23482348

23492349
1. Let |info| be a new {{IDBDatabaseInfo}} dictionary.
23502350
1. Set |info|'s {{IDBDatabaseInfo/name}} dictionary member to |db|'s [=database/name=].

0 commit comments

Comments
 (0)