summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/webapps/webview.jd
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/guide/webapps/webview.jd')
-rw-r--r--docs/html/guide/webapps/webview.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/webapps/webview.jd b/docs/html/guide/webapps/webview.jd
index 9ea0a10..ce7fe27 100644
--- a/docs/html/guide/webapps/webview.jd
+++ b/docs/html/guide/webapps/webview.jd
@@ -162,7 +162,7 @@ public class WebAppInterface {
Context mContext;
/** Instantiate the interface and set the context */
- JavaScriptInterface(Context c) {
+ WebAppInterface(Context c) {
mContext = c;
}