Index: ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc |
diff --git a/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc b/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc |
index 64dfdda520a0b69885aab44c6d90b0b767d5e12e..2496b29b0587698ee2f144277311241f69b1897d 100644 |
--- a/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc |
+++ b/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc |
@@ -492,7 +492,7 @@ void PnaclCoordinator::ResourcesDidLoad(int32_t pp_error) { |
int32_t nexe_fd_err = |
plugin_->nacl_interface()->GetNexeFd( |
plugin_->pp_instance(), |
- streaming_downloader_->url().c_str(), |
+ streaming_downloader_->full_url().c_str(), |
// TODO(dschuff): Get this value from the pnacl json file after it |
// rolls in from NaCl. |
1, |