Skip to content

Commit

Permalink
Backed out changeset c2da041f4b00 (bug 1904059) for causing build bus…
Browse files Browse the repository at this point in the history
…tages WorkerPrivate.cpp CLOSED TREE

UltraBlame original commit: c8a25946ad59cac644038842428afe1c65e4de11
  • Loading branch information
marco-c committed Sep 26, 2024
1 parent b51d9aa commit 2c26366
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 24 deletions.
81 changes: 66 additions & 15 deletions dom/workers/WorkerPrivate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3046,37 +3046,88 @@ JS
:
Rooted
<
JSObject
*
>
global
(
aCx
JS
:
:
Value
>
rval
CurrentGlobalOrNull
(
aCx
)
)
;
IgnoredErrorResult
rv
;
JS
:
:
Rooted
<
JS
:
:
Value
>
callable
(
aCx
JS
:
:
ObjectOrNullValue
(
mHandler
-
>
Call
CallableOrNull
(
{
}
&
)
)
)
;
JS
:
:
HandleValueArray
args
=
JS
:
:
HandleValueArray
:
:
empty
(
)
;
JS
:
:
Rooted
<
JS
:
:
Value
>
rval
rv
(
aCx
)
;
return
!
rv
.
Failed
JS_CallFunctionValue
(
aCx
global
callable
args
&
rval
)
;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ n
"
)
;
setImmediate
(
function
(
)
{
postMessage
(
"
Expand All @@ -29,6 +23,3 @@ ran
"
)
;
}
)
;

0 comments on commit 2c26366

Please sign in to comment.