mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Remove unsupported types from the SupportedType IDL enum.
This commit is contained in:
parent
55f7636549
commit
3dac90b49e
2 changed files with 2 additions and 6 deletions
|
@ -8,10 +8,10 @@
|
|||
|
||||
enum SupportedType {
|
||||
"text/html",
|
||||
"text/xml",
|
||||
"text/xml"/*,
|
||||
"application/xml",
|
||||
"application/xhtml+xml",
|
||||
"image/svg+xml"
|
||||
"image/svg+xml"*/
|
||||
};
|
||||
|
||||
[Constructor]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue