auto merge of #5099 : Ms2ger/servo/exceptions, r=saneyuki

This commit is contained in:
bors-servo 2015-02-28 11:09:55 -07:00
commit 5eaf1144c3
6 changed files with 60 additions and 64 deletions

View file

@ -8,10 +8,10 @@
enum SupportedType {
"text/html",
"text/xml",
"text/xml"/*,
"application/xml",
"application/xhtml+xml",
"image/svg+xml"
"image/svg+xml"*/
};
[Constructor]