| Index: content/browser/indexed_db/indexed_db_browsertest.cc
|
| diff --git a/content/browser/indexed_db/indexed_db_browsertest.cc b/content/browser/indexed_db/indexed_db_browsertest.cc
|
| index 871d9f50f2f3ef1763e8eb72a22ada68d72b4997..1080ad4841edfd81d3d2f9f9bee31a7088a74af2 100644
|
| --- a/content/browser/indexed_db/indexed_db_browsertest.cc
|
| +++ b/content/browser/indexed_db/indexed_db_browsertest.cc
|
| @@ -686,8 +686,7 @@ IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, ConnectionsClosedOnTabClose) {
|
| base::string16 expected_title16(ASCIIToUTF16("setVersion(3) complete"));
|
| TitleWatcher title_watcher(new_shell->web_contents(), expected_title16);
|
|
|
| - base::KillProcess(
|
| - shell()->web_contents()->GetRenderProcessHost()->GetHandle(), 0, true);
|
| + shell()->web_contents()->GetRenderProcessHost()->Shutdown(0, true);
|
| shell()->Close();
|
|
|
| EXPECT_EQ(expected_title16, title_watcher.WaitAndGetTitle());
|
|
|