tizen beta release
[framework/web/webkit-efl.git] / Source / WebCore / platform / network / BlobResourceHandle.cpp
index e739d9c..2b94bdb 100755 (executable)
@@ -538,6 +538,7 @@ void BlobResourceHandle::notifyResponse()
         return;
 
     if (m_errorCode) {
+        RefPtr<BlobResourceHandle> protect(this);
         notifyResponseOnError();
         notifyFinish();
     } else