Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.

quic: remove namespace qualifier for SecureContext #368

Closed
wants to merge 1 commit into from
Closed

quic: remove namespace qualifier for SecureContext #368

wants to merge 1 commit into from

Conversation

danbev
Copy link
Contributor

@danbev danbev commented Apr 15, 2020

Currently, there are a few locations where the crypto namespace is used
explicitly for SecureContext even though there is a using declaration
for SecureContext. This commit removes the explict ones to make the code
consistent.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Currently, there are a few locations where the crypto namespace is used
explicitly for SecureContext even though there is a using declaration
for SecureContext. This commit removes the explict ones to make the code
consistent.
danbev added a commit that referenced this pull request Apr 16, 2020
Currently, there are a few locations where the crypto namespace is used
explicitly for SecureContext even though there is a using declaration
for SecureContext. This commit removes the explict ones to make the code
consistent.

PR-URL: #368
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: James M Snell <[email protected]>
@danbev
Copy link
Contributor Author

danbev commented Apr 16, 2020

Landed in 0eed19b.

@danbev danbev closed this Apr 16, 2020
@danbev danbev deleted the crypto-securecontext-ns branch April 16, 2020 06:59
splitice pushed a commit to HalleyAssist/quic that referenced this pull request May 13, 2020
Currently, there are a few locations where the crypto namespace is used
explicitly for SecureContext even though there is a using declaration
for SecureContext. This commit removes the explict ones to make the code
consistent.

PR-URL: nodejs#368
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: James M Snell <[email protected]>
splitice pushed a commit to HalleyAssist/quic that referenced this pull request May 13, 2020
Currently, there are a few locations where the crypto namespace is used
explicitly for SecureContext even though there is a using declaration
for SecureContext. This commit removes the explict ones to make the code
consistent.

PR-URL: nodejs#368
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants