OSDN Git Service

Fix build.
authorElliott Hughes <enh@google.com>
Tue, 27 Oct 2009 23:15:10 +0000 (16:15 -0700)
committerElliott Hughes <enh@google.com>
Tue, 27 Oct 2009 23:15:10 +0000 (16:15 -0700)
WebKit/android/nav/WebView.cpp

index 76c36d0..c8c504b 100644 (file)
@@ -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);
     }
 }