X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fplugins%2FDOMMimeType.cpp;h=84b08e7bac2bd2e91167aa57d5510624be4cd086;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=ecd812a262ef87fc6a1a1f7276238fdc02ad51dd;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/plugins/DOMMimeType.cpp b/src/third_party/WebKit/Source/core/plugins/DOMMimeType.cpp index ecd812a..84b08e7 100644 --- a/src/third_party/WebKit/Source/core/plugins/DOMMimeType.cpp +++ b/src/third_party/WebKit/Source/core/plugins/DOMMimeType.cpp @@ -27,6 +27,8 @@ namespace WebCore { +DEFINE_GC_INFO(DOMMimeType); + DOMMimeType::DOMMimeType(PassRefPtr pluginData, Frame* frame, unsigned index) : FrameDestructionObserver(frame) , m_pluginData(pluginData) @@ -62,7 +64,7 @@ const String &DOMMimeType::description() const return mimeClassInfo().desc; } -PassRefPtr DOMMimeType::enabledPlugin() const +PassRefPtrWillBeRawPtr 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.