Stop exposing DedicatedWorkerGlobalScope in windows.

This commit is contained in:
Ms2ger 2016-07-08 16:25:35 +02:00
parent 641dfa4948
commit 306f4232f0
3 changed files with 1 additions and 5 deletions

View file

@ -3,7 +3,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// https://html.spec.whatwg.org/multipage/#dedicatedworkerglobalscope
[Global=(Worker,DedicatedWorker)]
[Global=(Worker,DedicatedWorker), Exposed=DedicatedWorker]
/*sealed*/ interface DedicatedWorkerGlobalScope : WorkerGlobalScope {
[Throws]
void postMessage(any message/*, optional sequence<Transferable> transfer*/);

View file

@ -9687,9 +9687,6 @@
[WorkerGlobalScope interface: existence and properties of interface object]
expected: FAIL
[DedicatedWorkerGlobalScope interface: existence and properties of interface object]
expected: FAIL
[WorkerNavigator interface: existence and properties of interface object]
expected: FAIL

View file

@ -29,7 +29,6 @@ test_interfaces([
"Comment",
"Console",
"CustomEvent",
"DedicatedWorkerGlobalScope", // #2823
"Document",
"DocumentFragment",
"DocumentType",