| Index: content/shell/shell_browser_main.cc
|
| diff --git a/content/shell/shell_browser_main.cc b/content/shell/shell_browser_main.cc
|
| index 6b14d0f156ffef68ef211313816f06a93ca0c0b2..035b3029162e54a7552543b3d70752f92aa646c9 100644
|
| --- a/content/shell/shell_browser_main.cc
|
| +++ b/content/shell/shell_browser_main.cc
|
| @@ -66,7 +66,7 @@ void ShellBrowserMainParts::PostMainMessageLoopRun() {
|
| }
|
|
|
| void ShellBrowserMainParts::PreStopThread(BrowserThread::ID id) {
|
| - if (id == BrowserThread::WEBKIT) {
|
| + if (id == BrowserThread::WEBKIT_DEPRECATED) {
|
| resource_dispatcher_host_.reset();
|
| }
|
| }
|
|
|