Stop exposing DOMParser to workers.

This commit is contained in:
Ms2ger 2016-07-08 16:19:37 +02:00
parent d678b20616
commit 641dfa4948
2 changed files with 1 additions and 2 deletions

View file

@ -14,7 +14,7 @@ enum SupportedType {
"image/svg+xml"*/
};
[Constructor, Exposed=(Window,Worker)]
[Constructor]
interface DOMParser {
[Throws]
Document parseFromString(DOMString str, SupportedType type);

View file

@ -31,7 +31,6 @@ test_interfaces([
"DocumentType",
"DOMException",
"DOMImplementation",
"DOMParser",
"DOMTokenList",
"DOMStringMap",
"Element",