| Index: chrome/test/automation/automation_proxy_uitest.cc
|
| ===================================================================
|
| --- chrome/test/automation/automation_proxy_uitest.cc (revision 101967)
|
| +++ chrome/test/automation/automation_proxy_uitest.cc (working copy)
|
| @@ -97,7 +97,7 @@
|
| int window_count = 0;
|
| EXPECT_TRUE(automation()->GetBrowserWindowCount(&window_count));
|
| EXPECT_EQ(1, window_count);
|
| -#ifdef NDEBUG
|
| +#if defined(NDEBUG) && !defined(DCHECK_ALWAYS_ON)
|
| ASSERT_FALSE(automation()->GetBrowserWindowCount(NULL));
|
| #endif
|
| }
|
|
|