diff options
author | antonm@chromium.org <antonm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-06 15:33:30 +0000 |
---|---|---|
committer | antonm@chromium.org <antonm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-06 15:33:30 +0000 |
commit | 58ebc23446fbe554797a2253ee81a57314bd8770 (patch) | |
tree | 74995a4b09654145b91ee0a31d93ca1416cc36aa /webkit | |
parent | 7010297385ce13f0590725f60e144f49bda1d903 (diff) | |
download | chromium_src-58ebc23446fbe554797a2253ee81a57314bd8770.zip chromium_src-58ebc23446fbe554797a2253ee81a57314bd8770.tar.gz chromium_src-58ebc23446fbe554797a2253ee81a57314bd8770.tar.bz2 |
Rename some other occurrences of deperecated methods.
Review URL: http://codereview.chromium.org/1954002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46569 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/test_shell/layout_test_controller.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/layout_test_controller.cc b/webkit/tools/test_shell/layout_test_controller.cc index 67cb0dd..085af08 100644 --- a/webkit/tools/test_shell/layout_test_controller.cc +++ b/webkit/tools/test_shell/layout_test_controller.cc @@ -488,7 +488,7 @@ void LayoutTestController::Reset() { webHistoryItemCount_.Set(0); SimpleResourceLoaderBridge::SetAcceptAllCookies(false); - WebSecurityPolicy::resetOriginAccessWhiteLists(); + WebSecurityPolicy::resetOriginAccessWhitelists(); // Reset the default quota for each origin to 5MB SimpleDatabaseSystem::GetInstance()->SetDatabaseQuota(5 * 1024 * 1024); |