X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcontent%2Fchild%2Fappcache%2Fappcache_dispatcher.cc;h=412dcdb8ad3969cb5954545de390563a298d220f;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=c3b4ec60898f2455e31534625aabba2c7f6bade3;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/content/child/appcache/appcache_dispatcher.cc b/src/content/child/appcache/appcache_dispatcher.cc index c3b4ec6..412dcdb 100644 --- a/src/content/child/appcache/appcache_dispatcher.cc +++ b/src/content/child/appcache/appcache_dispatcher.cc @@ -54,8 +54,8 @@ void AppCacheDispatcher::OnProgressEventRaised( void AppCacheDispatcher::OnErrorEventRaised( const std::vector& host_ids, - const std::string& message) { - frontend_->OnErrorEventRaised(host_ids, message); + const appcache::ErrorDetails& details) { + frontend_->OnErrorEventRaised(host_ids, details); } void AppCacheDispatcher::OnLogMessage(