| Index: ppapi/native_client/src/trusted/plugin/plugin.cc
|
| diff --git a/ppapi/native_client/src/trusted/plugin/plugin.cc b/ppapi/native_client/src/trusted/plugin/plugin.cc
|
| index e5508054944f11b3686ceace3d6b5b5c3b2e4950..e98c4c89902c1ac763fa2a80fb0c957f802e148d 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/plugin.cc
|
| +++ b/ppapi/native_client/src/trusted/plugin/plugin.cc
|
| @@ -1160,7 +1160,8 @@ bool Plugin::SetManifestObject(const nacl::string& manifest_json,
|
| bool is_pnacl = (mime_type() == kPnaclMIMEType);
|
| bool nonsfi_mode_enabled =
|
| PP_ToBool(nacl_interface_->IsNonSFIModeEnabled());
|
| - bool pnacl_debug = GetNaClInterface()->NaClDebugStubEnabled();
|
| + bool pnacl_debug = GetNaClInterface()->NaClDebugEnabledForURL(
|
| + manifest_base_url().c_str());
|
| const char* sandbox_isa = nacl_interface_->GetSandboxArch();
|
| nacl::scoped_ptr<JsonManifest> json_manifest(
|
| new JsonManifest(url_util_,
|
|
|