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 bdef46e78ecec8200cf86a5e1c6a6ab6bf787993..3909777f057c30ba706c2d8c14ab435b1f6c9293 100644 |
--- a/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc |
+++ b/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc |
@@ -498,7 +498,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, |