mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Stop exposing DOMParser to workers.
This commit is contained in:
parent
d678b20616
commit
641dfa4948
2 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||||
|
|
|
@ -31,7 +31,6 @@ test_interfaces([
|
||||||
"DocumentType",
|
"DocumentType",
|
||||||
"DOMException",
|
"DOMException",
|
||||||
"DOMImplementation",
|
"DOMImplementation",
|
||||||
"DOMParser",
|
|
||||||
"DOMTokenList",
|
"DOMTokenList",
|
||||||
"DOMStringMap",
|
"DOMStringMap",
|
||||||
"Element",
|
"Element",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue