From b22a69f2caa4805159027ac06f540da3714d99f0 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Mon, 17 Oct 2011 11:55:37 +0100 Subject: [PATCH] Build fix Fix after https://android-git.corp.google.com/g/#/c/125775 Bug: 5461416 Change-Id: Ifee29b287c9fcd2a35b0b676db00ef2a4fc8c5a8 --- core/java/android/webkit/WebChromeClient.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/java/android/webkit/WebChromeClient.java b/core/java/android/webkit/WebChromeClient.java index 45645e72797ba..3d129f74f6900 100644 --- a/core/java/android/webkit/WebChromeClient.java +++ b/core/java/android/webkit/WebChromeClient.java @@ -110,10 +110,10 @@ public class WebChromeClient { * such as the user clicking a link. * @param resultMsg The message to send when once a new WebView has been * created. resultMsg.obj is a - * {@link WebView#WebViewTransport WebView.WebViewTransport} - * object. This should be used to transport the new - * WebView, by calling - * {@link WebView#WebViewTransport#setWebView() WebView.WebViewTransport.setWebView()}. + * {@link WebView.WebViewTransport} object. This should be + * used to transport the new WebView, by calling + * {@link WebView.WebViewTransport#setWebView(WebView) + * WebView.WebViewTransport.setWebView(WebView)}. * @return This method should return true if the host application will * create a new window, in which case resultMsg should be sent to * its target. Otherwise, this method should return false. Returning