Index: chrome/browser/tab_contents/view_source_uitest.cc |
=================================================================== |
--- chrome/browser/tab_contents/view_source_uitest.cc (revision 19956) |
+++ chrome/browser/tab_contents/view_source_uitest.cc (working copy) |
@@ -46,6 +46,7 @@ |
GURL url = server->TestServerPageW(test_html_); |
url = GURL("view-source:" + url.spec()); |
scoped_refptr<TabProxy> tab(GetActiveTab()); |
+ ASSERT_TRUE(tab.get()); |
tab->NavigateToURL(url); |
PlatformThread::Sleep(sleep_timeout_ms()); |