summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/jni/WebCoreJniOnLoad.cpp
diff options
context:
space:
mode:
authorJonathan Dixon <joth@google.com>2012-02-27 15:46:10 +0000
committerJonathan Dixon <joth@google.com>2012-03-02 11:18:35 +0000
commit57ae1393d3097edada2640b40c895396b69cc919 (patch)
tree0095b35b81cffd52c843bd832c2fd87ab40d7b01 /Source/WebKit/android/jni/WebCoreJniOnLoad.cpp
parentf9aa763e9ad41bee64fbd834d1acf4a158e93a3e (diff)
downloadexternal_webkit-57ae1393d3097edada2640b40c895396b69cc919.zip
external_webkit-57ae1393d3097edada2640b40c895396b69cc919.tar.gz
external_webkit-57ae1393d3097edada2640b40c895396b69cc919.tar.bz2
Fixup webkit for WebViewClassic rename
Changes native method bindings from API classes WebView and WebSettings, to the corresponding implementation classes WebViewClassic and WebSettingsClassic Interdepends on https://android-git.corp.google.com/g/165608 Change-Id: Ie47e5c8453fabef2afae399f411ffbe047cbfaab
Diffstat (limited to 'Source/WebKit/android/jni/WebCoreJniOnLoad.cpp')
-rw-r--r--Source/WebKit/android/jni/WebCoreJniOnLoad.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit/android/jni/WebCoreJniOnLoad.cpp b/Source/WebKit/android/jni/WebCoreJniOnLoad.cpp
index 2644dab..ec052f1 100644
--- a/Source/WebKit/android/jni/WebCoreJniOnLoad.cpp
+++ b/Source/WebKit/android/jni/WebCoreJniOnLoad.cpp
@@ -106,7 +106,7 @@ static RegistrationMethod gWebCoreRegMethods[] = {
{ "WebViewCore", android::registerWebViewCore },
{ "WebHistory", android::registerWebHistory },
{ "WebIconDatabase", android::registerWebIconDatabase },
- { "WebSettings", android::registerWebSettings },
+ { "WebSettingsClassic", android::registerWebSettings },
#if ENABLE(DATABASE)
{ "WebStorage", android::registerWebStorage },
#endif