| 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 29ada4768ef36c1bf1b8179c865ff4950ddb6cd2..3187de1e0d572c499c578cbaa4a127f769f03ac0 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc
|
| +++ b/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc
|
| @@ -508,7 +508,7 @@ void PnaclCoordinator::ResourcesDidLoad(int32_t pp_error) {
|
| parser.GetHeader("last-modified").c_str(),
|
| parser.GetHeader("etag").c_str(),
|
| PP_FromBool(parser.CacheControlNoStore()),
|
| - GetSandboxISA(),
|
| + plugin_->nacl_interface()->GetSandboxISA(),
|
| "", // No extra compile flags yet.
|
| &is_cache_hit_,
|
| temp_nexe_file_->existing_handle(),
|
|
|