Chromium Code Reviews| Index: runtime/bin/vmservice/resources.dart |
| diff --git a/runtime/bin/vmservice/resources.dart b/runtime/bin/vmservice/resources.dart |
| index 7e884fec83d0d4d91a4db7ae7a45f533ceed63e1..cfc28a2daed8a2a313dd898e928b6fe2ab489179 100644 |
| --- a/runtime/bin/vmservice/resources.dart |
| +++ b/runtime/bin/vmservice/resources.dart |
| @@ -24,6 +24,8 @@ String detectMimeType(String name) { |
| return 'image/jpeg'; |
| case 'jpeg': |
| return 'image/jpeg'; |
| + case 'svg': |
| + return 'image/svg+xml'; |
| default: |
| return 'text/plain'; |
| } |