| Index: chrome_frame/dll_redirector.cc
|
| diff --git a/chrome_frame/dll_redirector.cc b/chrome_frame/dll_redirector.cc
|
| index 98ede3aea2e70530d1bbf17075768aa9bafc5879..5f69dd212100f2375048bd9a81a51d4074b8572a 100644
|
| --- a/chrome_frame/dll_redirector.cc
|
| +++ b/chrome_frame/dll_redirector.cc
|
| @@ -151,7 +151,8 @@ bool DllRedirector::RegisterAsFirstCFModule() {
|
| bool created_beacon = true;
|
| bool result = shared_memory_->CreateNamed(shared_memory_name_.c_str(),
|
| false, // open_existing
|
| - kSharedMemorySize);
|
| + kSharedMemorySize,
|
| + false); // executable
|
|
|
| if (result) {
|
| // We created the beacon, now we need to mutate the security attributes
|
|
|