Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1251)

Unified Diff: Source/modules/plugins/MimeType.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/plugins/DOMPluginArray.cpp ('k') | Source/modules/plugins/MimeTypeArray.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/plugins/MimeType.idl
diff --git a/Source/modules/plugins/MimeType.idl b/Source/modules/plugins/MimeType.idl
index 26c6cc40fae78a4bd4f54bb8f390906c2b92ea42..e70959e45157e14fca0a0a95be50976d36fdb479 100644
--- a/Source/modules/plugins/MimeType.idl
+++ b/Source/modules/plugins/MimeType.idl
@@ -19,7 +19,7 @@
*/
[
- WillBeGarbageCollected,
+ GarbageCollected,
ImplementedAs=DOMMimeType
] interface MimeType {
readonly attribute DOMString type;
« no previous file with comments | « Source/modules/plugins/DOMPluginArray.cpp ('k') | Source/modules/plugins/MimeTypeArray.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698