| Index: webkit/plugins/ppapi/ppapi_webplugin_impl.cc
|
| diff --git a/webkit/plugins/ppapi/ppapi_webplugin_impl.cc b/webkit/plugins/ppapi/ppapi_webplugin_impl.cc
|
| index e302fc6e2c3a8d9f49cde601b33b3be333339e59..cc6e66d622ab2d124118dbccbddb7bc9b013b4ae 100644
|
| --- a/webkit/plugins/ppapi/ppapi_webplugin_impl.cc
|
| +++ b/webkit/plugins/ppapi/ppapi_webplugin_impl.cc
|
| @@ -154,7 +154,7 @@ void WebPluginImpl::didReceiveResponse(
|
| const WebKit::WebURLResponse& response) {
|
| DCHECK(!document_loader_);
|
|
|
| - document_loader_ = new PPB_URLLoader_Impl(instance_, true);
|
| + document_loader_ = new PPB_URLLoader_Impl(instance_->pp_instance(), true);
|
| document_loader_->didReceiveResponse(NULL, response);
|
|
|
| if (!instance_->HandleDocumentLoad(document_loader_))
|
|
|