Chromium Code Reviews| Index: chrome/test/ui/sunspider_uitest.cc |
| =================================================================== |
| --- chrome/test/ui/sunspider_uitest.cc (revision 19956) |
| +++ chrome/test/ui/sunspider_uitest.cc (working copy) |
| @@ -39,6 +39,7 @@ |
| GURL test_url(net::FilePathToFileURL(test_path)); |
| scoped_refptr<TabProxy> tab(GetActiveTab()); |
| + ASSERT_TRUE(tab.get()); |
| tab->NavigateToURL(test_url); |
| // Wait for the test to finish. |