mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-22 09:18:55 +00:00
LibCrypto: Fix typo in comment
Some checks are pending
CI / macOS, arm64, Sanitizer, Clang (push) Waiting to run
CI / Linux, x86_64, Fuzzers, Clang (push) Waiting to run
CI / Linux, x86_64, Sanitizer, GNU (push) Waiting to run
CI / Linux, x86_64, Sanitizer, Clang (push) Waiting to run
Package the js repl as a binary artifact / Linux, arm64 (push) Waiting to run
Package the js repl as a binary artifact / macOS, arm64 (push) Waiting to run
Package the js repl as a binary artifact / Linux, x86_64 (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Label PRs with merge conflicts / auto-labeler (push) Waiting to run
Push notes / build (push) Waiting to run
Some checks are pending
CI / macOS, arm64, Sanitizer, Clang (push) Waiting to run
CI / Linux, x86_64, Fuzzers, Clang (push) Waiting to run
CI / Linux, x86_64, Sanitizer, GNU (push) Waiting to run
CI / Linux, x86_64, Sanitizer, Clang (push) Waiting to run
Package the js repl as a binary artifact / Linux, arm64 (push) Waiting to run
Package the js repl as a binary artifact / macOS, arm64 (push) Waiting to run
Package the js repl as a binary artifact / Linux, x86_64 (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Label PRs with merge conflicts / auto-labeler (push) Waiting to run
Push notes / build (push) Waiting to run
This commit is contained in:
parent
40792aa85d
commit
b3e8784f92
Notes:
github-actions[bot]
2025-09-14 09:46:35 +00:00
Author: https://github.com/dvlpr-shivendra 🔰
Commit: b3e8784f92
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6191
Reviewed-by: https://github.com/tcl3 ✅
1 changed files with 1 additions and 1 deletions
|
@ -5349,7 +5349,7 @@ WebIDL::ExceptionOr<GC::Ref<CryptoKey>> ECDH::import_key(AlgorithmParams const&
|
||||||
} else {
|
} else {
|
||||||
// Otherwise:
|
// Otherwise:
|
||||||
// 1. Perform any key import steps defined by other applicable specifications, passing format, keyData and obtaining key.
|
// 1. Perform any key import steps defined by other applicable specifications, passing format, keyData and obtaining key.
|
||||||
// 2. If an error occured or there are no applicable specifications, throw a DataError.
|
// 2. If an error occurred or there are no applicable specifications, throw a DataError.
|
||||||
return WebIDL::DataError::create(m_realm, "Invalid algorithm"_utf16);
|
return WebIDL::DataError::create(m_realm, "Invalid algorithm"_utf16);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue