Skip to content

Commit 15e817a

Browse files
committed
Fix build issue
1 parent 8b57aea commit 15e817a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.bs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1529,8 +1529,7 @@ To <dfn export id=blob-url-obtain-object>obtain a blob object</dfn> given a [=bl
15291529
|blobUrlEntry|, an [=environment=] or the string "`navigation`" |environment|:
15301530

15311531
1. Let |isAuthorized| be true.
1532-
1. If |environment| is not the string "`navigation`", then set |isAuthorized| to the result of
1533-
[=checking for same-partition blob URL usage=] with |blobUrlEntry| and |environment|.
1532+
1. If |environment| is not the string "`navigation`", then set |isAuthorized| to the result of [=checking for same-partition blob URL usage=] with |blobUrlEntry| and |environment|.
15341533
1. If |isAuthorized| is false, then return failure.
15351534
1. Return |blobUrlEntry|'s object.
15361535

0 commit comments

Comments
 (0)