From 8d9bef93eabb348641d3315ba75827c6b786fe84 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 27 Oct 2009 16:15:10 -0700 Subject: [PATCH] Fix build. --- WebKit/android/nav/WebView.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WebKit/android/nav/WebView.cpp b/WebKit/android/nav/WebView.cpp index 76c36d0ce..c8c504b1d 100644 --- a/WebKit/android/nav/WebView.cpp +++ b/WebKit/android/nav/WebView.cpp @@ -1233,7 +1233,8 @@ void rebuildWebTextView(bool needNotMatchFocus) m_javaGlue.m_rebuildWebTextView); checkException(env); if (needNotMatchFocus) { - env->CallVoidMethod(obj.get(), m_javaGlue.m_setOkayToNotMatch); + env->CallVoidMethod(m_javaGlue.object(env).get(), + m_javaGlue.m_setOkayToNotMatch); checkException(env); } } -- 2.11.0