| Index: content/browser/webui/web_ui_data_source_impl.cc
|
| diff --git a/content/browser/webui/web_ui_data_source_impl.cc b/content/browser/webui/web_ui_data_source_impl.cc
|
| index 7ca34d272eb2eccf05e86fcb43bba2d1edb93cb9..e3c443ab3ff0b3eeb5501064ca3eef082483b034 100644
|
| --- a/content/browser/webui/web_ui_data_source_impl.cc
|
| +++ b/content/browser/webui/web_ui_data_source_impl.cc
|
| @@ -213,7 +213,7 @@ void WebUIDataSourceImpl::SendFromResourceBundle(
|
| const URLDataSource::GotDataCallback& callback, int idr) {
|
| scoped_refptr<base::RefCountedStaticMemory> response(
|
| GetContentClient()->GetDataResourceBytes(idr));
|
| - callback.Run(response);
|
| + callback.Run(response.get());
|
| }
|
|
|
| } // namespace content
|
|
|