| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index 203400ea7757b12c8581abdb4556a2f1bca2f863..9103376ae88ebd192515e657756d592aca34dca0 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -1201,8 +1201,8 @@ int BrowserMainLoop::BrowserThreadsStarted() {
|
| allowed_clipboard_threads.push_back(base::PlatformThread::CurrentId());
|
| #if defined(OS_WIN)
|
| // On Windows, clipboards are also used on the FILE or IO threads.
|
| - allowed_clipboard_threads.push_back(file_thread_->thread_id());
|
| - allowed_clipboard_threads.push_back(io_thread_->thread_id());
|
| + allowed_clipboard_threads.push_back(file_thread_->GetThreadId());
|
| + allowed_clipboard_threads.push_back(io_thread_->GetThreadId());
|
| #endif
|
| ui::Clipboard::SetAllowedThreads(allowed_clipboard_threads);
|
|
|
|
|