| Index: chrome/browser/search/iframe_source.cc
|
| diff --git a/chrome/browser/search/iframe_source.cc b/chrome/browser/search/iframe_source.cc
|
| index 0bb0e3ea110a245f37c7763017ccd47ef5f1e8be..d3fbb422cfc48e6fd4896dd090f57ffc3871fc99 100644
|
| --- a/chrome/browser/search/iframe_source.cc
|
| +++ b/chrome/browser/search/iframe_source.cc
|
| @@ -73,7 +73,7 @@ void IframeSource::SendResource(
|
| const content::URLDataSource::GotDataCallback& callback) {
|
| scoped_refptr<base::RefCountedStaticMemory> response(
|
| ResourceBundle::GetSharedInstance().LoadDataResourceBytes(resource_id));
|
| - callback.Run(response);
|
| + callback.Run(response.get());
|
| }
|
|
|
| void IframeSource::SendJSWithOrigin(
|
|
|