Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b22a69f2 authored by Steve Block's avatar Steve Block
Browse files

Build fix

Fix after https://android-git.corp.google.com/g/#/c/125775

Bug: 5461416
Change-Id: Ifee29b287c9fcd2a35b0b676db00ef2a4fc8c5a8
parent cfece91c
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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