Chromium Code Reviews

Unified Diff: Source/modules/plugins/MimeTypeArray.idl

Issue 1107783002: Oilpan: have Navigator plugin objects on the heap by default. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/modules/plugins/MimeType.idl ('k') | Source/modules/plugins/NavigatorPlugins.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/plugins/MimeTypeArray.idl
diff --git a/Source/modules/plugins/MimeTypeArray.idl b/Source/modules/plugins/MimeTypeArray.idl
index 0a33adace1fede82345feb447bb9b90f321b9383..9e583c77fb5929702f2b5dca55e9411e6beec349 100644
--- a/Source/modules/plugins/MimeTypeArray.idl
+++ b/Source/modules/plugins/MimeTypeArray.idl
@@ -19,7 +19,7 @@
*/
[
- WillBeGarbageCollected,
+ GarbageCollected,
ImplementedAs=DOMMimeTypeArray
] interface MimeTypeArray {
readonly attribute unsigned long length;
« no previous file with comments | « Source/modules/plugins/MimeType.idl ('k') | Source/modules/plugins/NavigatorPlugins.h » ('j') | no next file with comments »

Powered by Google App Engine