summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--WebCore/platform/android/TemporaryLinkStubs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/android/TemporaryLinkStubs.cpp b/WebCore/platform/android/TemporaryLinkStubs.cpp
index 3c5c8b4..3997739 100644
--- a/WebCore/platform/android/TemporaryLinkStubs.cpp
+++ b/WebCore/platform/android/TemporaryLinkStubs.cpp
@@ -94,7 +94,7 @@ using namespace WebCore;
// This function is used by Javascript to find out what the default language
// the user has selected. It is used by the JS object Navigator.language
// I guess this information should be mapped with the Accept-Language: HTTP header.
-String WebCore::defaultLanguage()
+String WebCore::platformDefaultLanguage()
{
verifiedOk();
return "en";