Index: chrome/test/ui/dom_checker_uitest.cc |
=================================================================== |
--- chrome/test/ui/dom_checker_uitest.cc (revision 19956) |
+++ chrome/test/ui/dom_checker_uitest.cc (working copy) |
@@ -200,6 +200,7 @@ |
} |
scoped_refptr<TabProxy> tab(GetActiveTab()); |
+ ASSERT_TRUE(tab.get()); |
tab->NavigateToURL(test_url); |
// Wait for the test to finish. |