mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Stop exposing DedicatedWorkerGlobalScope in windows.
This commit is contained in:
parent
641dfa4948
commit
306f4232f0
3 changed files with 1 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||||
|
|
||||||
// https://html.spec.whatwg.org/multipage/#dedicatedworkerglobalscope
|
// https://html.spec.whatwg.org/multipage/#dedicatedworkerglobalscope
|
||||||
[Global=(Worker,DedicatedWorker)]
|
[Global=(Worker,DedicatedWorker), Exposed=DedicatedWorker]
|
||||||
/*sealed*/ interface DedicatedWorkerGlobalScope : WorkerGlobalScope {
|
/*sealed*/ interface DedicatedWorkerGlobalScope : WorkerGlobalScope {
|
||||||
[Throws]
|
[Throws]
|
||||||
void postMessage(any message/*, optional sequence<Transferable> transfer*/);
|
void postMessage(any message/*, optional sequence<Transferable> transfer*/);
|
||||||
|
|
|
@ -9687,9 +9687,6 @@
|
||||||
[WorkerGlobalScope interface: existence and properties of interface object]
|
[WorkerGlobalScope interface: existence and properties of interface object]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[DedicatedWorkerGlobalScope interface: existence and properties of interface object]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[WorkerNavigator interface: existence and properties of interface object]
|
[WorkerNavigator interface: existence and properties of interface object]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,6 @@ test_interfaces([
|
||||||
"Comment",
|
"Comment",
|
||||||
"Console",
|
"Console",
|
||||||
"CustomEvent",
|
"CustomEvent",
|
||||||
"DedicatedWorkerGlobalScope", // #2823
|
|
||||||
"Document",
|
"Document",
|
||||||
"DocumentFragment",
|
"DocumentFragment",
|
||||||
"DocumentType",
|
"DocumentType",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue