Chromium Code Reviews| Index: third_party/WebKit/Source/modules/plugins/MimeTypeArray.idl |
| diff --git a/third_party/WebKit/Source/modules/plugins/MimeTypeArray.idl b/third_party/WebKit/Source/modules/plugins/MimeTypeArray.idl |
| index 32642d6e95f45a9c7ca09859faabf777133caf2b..9854da4f32dd14426342ce700d678642db08438c 100644 |
| --- a/third_party/WebKit/Source/modules/plugins/MimeTypeArray.idl |
| +++ b/third_party/WebKit/Source/modules/plugins/MimeTypeArray.idl |
| @@ -26,4 +26,3 @@ |
| MimeType namedItem([Default=Undefined] optional DOMString name); |
| [NotEnumerable, ImplementedAs=namedItem] getter MimeType ([Default=Undefined] optional DOMString name); |
| }; |
| - |