diff options
Diffstat (limited to 'chrome/browser/profile.cc')
-rw-r--r-- | chrome/browser/profile.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/profile.cc b/chrome/browser/profile.cc index 1890b1e..80d3ea3 100644 --- a/chrome/browser/profile.cc +++ b/chrome/browser/profile.cc @@ -663,7 +663,7 @@ static void BroadcastNewHistoryTable(SharedMemory* table_memory) { continue; SharedMemoryHandle new_table; - HANDLE process = i->second->process(); + HANDLE process = i->second->process().handle(); if (!process) { // process can be null if it's started with the --single-process flag. process = GetCurrentProcess(); |