| Index: content/common/sandbox_mac.mm
|
| diff --git a/content/common/sandbox_mac.mm b/content/common/sandbox_mac.mm
|
| index 105340ed25caaf1954f78b55b84cd40de3c07391..5c136f5cc57a63e62c206a6e6b99cd4ac6d47ee1 100644
|
| --- a/content/common/sandbox_mac.mm
|
| +++ b/content/common/sandbox_mac.mm
|
| @@ -546,7 +546,7 @@ bool Sandbox::EnableSandbox(int sandbox_type,
|
| // dlopen() fails without file-read-metadata access if the executable image
|
| // contains LC_RPATH load commands. The components build uses those.
|
| // See http://crbug.com/127465
|
| - if (base::mac::IsOSSnowLeopardOrEarlier()) {
|
| + if (base::mac::IsOSSnowLeopard()) {
|
| FilePath bundle_executable = base::mac::NSStringToFilePath(
|
| [base::mac::MainBundle() executablePath]);
|
| NSString* sandbox_command = AllowMetadataForPath(
|
|
|