mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00: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"*/
|
||||
};
|
||||
|
||||
[Constructor, Exposed=(Window,Worker)]
|
||||
[Constructor]
|
||||
interface DOMParser {
|
||||
[Throws]
|
||||
Document parseFromString(DOMString str, SupportedType type);
|
||||
|
|
|
@ -31,7 +31,6 @@ test_interfaces([
|
|||
"DocumentType",
|
||||
"DOMException",
|
||||
"DOMImplementation",
|
||||
"DOMParser",
|
||||
"DOMTokenList",
|
||||
"DOMStringMap",
|
||||
"Element",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue