| Index: content/browser/webkit_browsertest.cc
|
| ===================================================================
|
| --- content/browser/webkit_browsertest.cc (revision 115435)
|
| +++ content/browser/webkit_browsertest.cc (working copy)
|
| @@ -31,7 +31,7 @@
|
| // possibility that http://crbug.com/75604 and
|
| // https://bugs.webkit.org/show_bug.cgi?id=71122 have reverted before
|
| // marking this as flakey.
|
| - EXPECT_FALSE(tab_contents->is_crashed());
|
| + EXPECT_FALSE(tab_contents->IsCrashed());
|
| }
|
|
|
| // This is a browser test because the DumpRenderTree framework holds
|
| @@ -51,5 +51,5 @@
|
| ui_test_utils::NavigateToURL(browser(), url);
|
|
|
| TabContents* tab_contents = browser()->GetSelectedTabContents();
|
| - EXPECT_FALSE(tab_contents->is_crashed());
|
| + EXPECT_FALSE(tab_contents->IsCrashed());
|
| }
|
|
|