| 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.
|
|
|