mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
No Bug - Fix spelling error in Promise.h r=caroline DONTBUILD DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D88188
This commit is contained in:
parent
89adde6924
commit
658e54cd2e
@ -135,7 +135,7 @@ extern JS_PUBLIC_API void SetJobQueue(JSContext* cx, JobQueue* queue);
|
||||
* interruption began must wait for the debuggee to be continued - and thus run
|
||||
* after microtasks enqueued after they were.
|
||||
*
|
||||
* Fortunately, this reordering is visible olny at the global level: when
|
||||
* Fortunately, this reordering is visible only at the global level: when
|
||||
* implemented correctly, it is not detectable by an individual debuggee. Note
|
||||
* that a debuggee should generally be a complete unit of similar-origin related
|
||||
* browsing contexts. Since non-debuggee activity falls outside that unit, it
|
||||
|
Loading…
Reference in New Issue
Block a user