Index: sandbox/win/src/handle_dispatcher.cc |
diff --git a/sandbox/win/src/handle_dispatcher.cc b/sandbox/win/src/handle_dispatcher.cc |
index 26b8fc365ad4c1985e53c996331b5527b2e0df58..2e583270fd50537840df9245c4743d8dbddeb149 100644 |
--- a/sandbox/win/src/handle_dispatcher.cc |
+++ b/sandbox/win/src/handle_dispatcher.cc |
@@ -79,7 +79,7 @@ bool HandleDispatcher::DuplicateHandleProxy(IPCInfo* ipc, |
params.GetBase()); |
ipc->return_info.win32_result = |
HandlePolicy::DuplicateHandleProxyAction(eval, *ipc->client_info, |
- source_handle, |
+ handle, |
target_process_id, |
&ipc->return_info.handle, |
desired_access, options); |