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

Unified Diff: Source/modules/plugins/DOMMimeType.cpp

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/DOMMimeType.h ('k') | Source/modules/plugins/DOMMimeTypeArray.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/plugins/DOMMimeType.cpp
diff --git a/Source/modules/plugins/DOMMimeType.cpp b/Source/modules/plugins/DOMMimeType.cpp
index 8bb45ac2ce39831a5b9db17994a8297a88e24b72..c27e49ea8c399f8bd7b46e3b04feeeeabafd1467 100644
--- a/Source/modules/plugins/DOMMimeType.cpp
+++ b/Source/modules/plugins/DOMMimeType.cpp
@@ -66,7 +66,7 @@ const String &DOMMimeType::description() const
return mimeClassInfo().desc;
}
-PassRefPtrWillBeRawPtr<DOMPlugin> DOMMimeType::enabledPlugin() const
+DOMPlugin* DOMMimeType::enabledPlugin() const
{
// FIXME: allowPlugins is just a client call. We should not need
// to bounce through the loader to get there.
« no previous file with comments | « Source/modules/plugins/DOMMimeType.h ('k') | Source/modules/plugins/DOMMimeTypeArray.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698