Skip to content

Commit

Permalink
LibJS: Update wording from Console spec
Browse files Browse the repository at this point in the history
whatwg/console#240 is an editorial change to use
the term "implementation-defined" more consistently. This seems to be
the only instance in the spec text which we quote verbatim.

(cherry picked from commit 51f82c1d939dd28a3e719d7fa495cf9f30d0921c)
  • Loading branch information
AtkinsSJ authored and nico committed Nov 10, 2024
1 parent 051f218 commit d727545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Userland/Libraries/LibJS/Console.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ ThrowCompletionOr<Value> Console::trace()

auto& vm = realm().vm();

// 1. Let trace be some implementation-specific, potentially-interactive representation of the callstack from where this function was called.
// 1. Let trace be some implementation-defined, potentially-interactive representation of the callstack from where this function was called.
Console::Trace trace;
auto& execution_context_stack = vm.execution_context_stack();
// NOTE: -2 to skip the console.trace() execution context
Expand Down

0 comments on commit d727545

Please sign in to comment.