summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/core/plugins/MimeTypeArray.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/plugins/MimeTypeArray.idl')
-rw-r--r--chromium/third_party/WebKit/Source/core/plugins/MimeTypeArray.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/third_party/WebKit/Source/core/plugins/MimeTypeArray.idl b/chromium/third_party/WebKit/Source/core/plugins/MimeTypeArray.idl
index ea11b6b5da3..0a33adace1f 100644
--- a/chromium/third_party/WebKit/Source/core/plugins/MimeTypeArray.idl
+++ b/chromium/third_party/WebKit/Source/core/plugins/MimeTypeArray.idl
@@ -19,11 +19,12 @@
*/
[
+ WillBeGarbageCollected,
ImplementedAs=DOMMimeTypeArray
] interface MimeTypeArray {
readonly attribute unsigned long length;
getter MimeType item([Default=Undefined] optional unsigned long index);
MimeType namedItem([Default=Undefined] optional DOMString name);
- [NotEnumerable, ImplementedAs=namedItem] getter MimeType([Default=Undefined] optional DOMString name);
+ [NotEnumerable, ImplementedAs=namedItem] getter MimeType ([Default=Undefined] optional DOMString name);
};