| Index: android_webview/lib/main/aw_main_delegate.cc
|
| diff --git a/android_webview/lib/main/aw_main_delegate.cc b/android_webview/lib/main/aw_main_delegate.cc
|
| index 8dd0648c27519aa8fc8ca52d835923128219c558..992208c552d012151f366bbb3b0d5103eb8df2e7 100644
|
| --- a/android_webview/lib/main/aw_main_delegate.cc
|
| +++ b/android_webview/lib/main/aw_main_delegate.cc
|
| @@ -103,7 +103,7 @@ int AwMainDelegate::RunProcess(
|
|
|
| browser_runner_.reset(content::BrowserMainRunner::Create());
|
| int exit_code = browser_runner_->Initialize(main_function_params);
|
| - DCHECK(exit_code < 0);
|
| + DCHECK_LT(exit_code, 0);
|
|
|
| g_allow_wait_in_ui_thread.Get().reset(
|
| new ScopedAllowWaitForLegacyWebViewApi);
|
|
|