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"*/ "image/svg+xml"*/
}; };
[Constructor, Exposed=(Window,Worker)] [Constructor]
interface DOMParser { interface DOMParser {
[Throws] [Throws]
Document parseFromString(DOMString str, SupportedType type); Document parseFromString(DOMString str, SupportedType type);

View file

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