Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / plugins / DOMMimeType.cpp
index ecd812a..84b08e7 100644 (file)
@@ -27,6 +27,8 @@
 
 namespace WebCore {
 
+DEFINE_GC_INFO(DOMMimeType);
+
 DOMMimeType::DOMMimeType(PassRefPtr<PluginData> pluginData, Frame* frame, unsigned index)
     : FrameDestructionObserver(frame)
     , m_pluginData(pluginData)
@@ -62,7 +64,7 @@ const String &DOMMimeType::description() const
     return mimeClassInfo().desc;
 }
 
-PassRefPtr<DOMPlugin> DOMMimeType::enabledPlugin() const
+PassRefPtrWillBeRawPtr<DOMPlugin> DOMMimeType::enabledPlugin() const
 {
     // FIXME: allowPlugins is just a client call. We should not need
     // to bounce through the page or mainframe or loader to get there.