Skip to content

Commit

Permalink
fixup global object reference per domenic, improves #472
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffH authored and JeffH committed Jun 20, 2017
1 parent 31a8f85 commit 9c3940f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -747,8 +747,7 @@ When this method is invoked, the user agent MUST execute the following algorithm
Set |adjustedTimeout| to this adjusted value. If the {{PublicKeyCredentialRequestOptions/timeout}} member of
|options| is [=present|not present=], then set |adjustedTimeout| to a platform-specific default.

1. Let |global| be the {{PublicKeyCredential}}'s [=interface object=]'s [=global object|environment settings object's global
object=].
1. Let |global| be the {{PublicKeyCredential}}'s [=interface object=]'s [=relevant global object=].

1. Let |callerOrigin| be the [=environment settings object/origin=] specified by this {{PublicKeyCredential}} [=interface
object=]'s [=relevant settings object=]. If |callerOrigin| is an [=opaque origin=], return a {{DOMException}} whose name is
Expand Down

0 comments on commit 9c3940f

Please sign in to comment.