| Index: chrome/browser/printing/print_job.cc
|
| diff --git a/chrome/browser/printing/print_job.cc b/chrome/browser/printing/print_job.cc
|
| index 13cb4ca13c4a2597a2bb8d5f6fd63af4a2c6e44f..6c912824a5d0a63faf5b0b1ebd682abab545c766 100644
|
| --- a/chrome/browser/printing/print_job.cc
|
| +++ b/chrome/browser/printing/print_job.cc
|
| @@ -331,7 +331,7 @@ void PrintJob::ControlledWorkerShutdown() {
|
| // - We don't want to run tasks while the thread is quitting.
|
| // - We want this code path to wait on the thread to quit before continuing.
|
| MSG msg;
|
| - HANDLE thread_handle = worker_->thread_handle();
|
| + HANDLE thread_handle = worker_->thread_handle().platform_handle();
|
| for (; thread_handle;) {
|
| // Note that we don't do any kind of message prioritization since we don't
|
| // execute any pending task or timer.
|
|
|