summaryrefslogtreecommitdiffstats
path: root/ios/web/webui/url_data_source_ios_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ios/web/webui/url_data_source_ios_impl.cc')
-rw-r--r--ios/web/webui/url_data_source_ios_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/web/webui/url_data_source_ios_impl.cc b/ios/web/webui/url_data_source_ios_impl.cc
index 209f361..4866088 100644
--- a/ios/web/webui/url_data_source_ios_impl.cc
+++ b/ios/web/webui/url_data_source_ios_impl.cc
@@ -49,7 +49,7 @@ void URLDataSourceIOSImpl::SendResponse(
void URLDataSourceIOSImpl::SendResponseOnIOThread(
int request_id,
scoped_refptr<base::RefCountedMemory> bytes) {
- DCHECK_CURRENTLY_ON_WEB_THREAD(web::WebThread::IO);
+ DCHECK_CURRENTLY_ON(web::WebThread::IO);
if (backend_)
backend_->DataAvailable(request_id, bytes.get());
}