summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/WebCoreSupport/WebRequestContext.cpp
diff options
context:
space:
mode:
authorKristian Monsen <kristianm@google.com>2011-06-29 14:17:17 +0100
committerKristian Monsen <kristianm@google.com>2011-06-29 14:40:27 +0100
commitcd7afe28242b14a5401477499c7f5b7251cfc08d (patch)
tree92d615a26d1eb6654f13abbca8ae793f334e38b4 /Source/WebKit/android/WebCoreSupport/WebRequestContext.cpp
parent53448d163d8dbb96e2d01046483298b078c17eb0 (diff)
downloadexternal_webkit-cd7afe28242b14a5401477499c7f5b7251cfc08d.zip
external_webkit-cd7afe28242b14a5401477499c7f5b7251cfc08d.tar.gz
external_webkit-cd7afe28242b14a5401477499c7f5b7251cfc08d.tar.bz2
Revert Android specific method name
The name change was reverted in external/chromium in: https://android-git.corp.google.com/g/#change,118320 This fixes external/webkit after that change. Change-Id: I21ff90a8759deee1799e718e0bac06b165477606
Diffstat (limited to 'Source/WebKit/android/WebCoreSupport/WebRequestContext.cpp')
-rw-r--r--Source/WebKit/android/WebCoreSupport/WebRequestContext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit/android/WebCoreSupport/WebRequestContext.cpp b/Source/WebKit/android/WebCoreSupport/WebRequestContext.cpp
index 78c3501..f51ba53 100644
--- a/Source/WebKit/android/WebCoreSupport/WebRequestContext.cpp
+++ b/Source/WebKit/android/WebCoreSupport/WebRequestContext.cpp
@@ -115,7 +115,7 @@ void WebRequestContext::setAcceptLanguage(const String& string)
acceptLanguageWtfString = string;
}
-const std::string& WebRequestContext::GetAcceptLanguage() const
+const std::string& WebRequestContext::accept_language() const
{
MutexLocker lock(acceptLanguageMutex);
return acceptLanguageStdString;