diff options
Diffstat (limited to 'content/browser/in_process_webkit/indexed_db_browsertest.cc')
-rw-r--r-- | content/browser/in_process_webkit/indexed_db_browsertest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/in_process_webkit/indexed_db_browsertest.cc b/content/browser/in_process_webkit/indexed_db_browsertest.cc index a5f70b5..0e134f6 100644 --- a/content/browser/in_process_webkit/indexed_db_browsertest.cc +++ b/content/browser/in_process_webkit/indexed_db_browsertest.cc @@ -172,7 +172,7 @@ IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, MAYBE_ClearLocalState) { ASSERT_TRUE(file_util::CreateDirectory(unprotected_path)); // Setup to clear all unprotected origins on exit. - webkit_context->set_clear_local_state_on_exit(true); + idb_context->set_clear_local_state_on_exit(true); } // Make sure we wait until the destructor has run. |