Loading core/java/android/webkit/WebView.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -837,7 +837,7 @@ public class WebView extends AbsoluteLayout /** /** * Asynchronously evaluates JavaScript in the context of the currently displayed page. * Asynchronously evaluates JavaScript in the context of the currently displayed page. * If non-null, |resultCallback| will be invoked with any result returned from that * If non-null, {@code resultCallback} will be invoked with any result returned from that * execution. This method must be called on the UI thread and the callback will * execution. This method must be called on the UI thread and the callback will * be made on the UI thread. * be made on the UI thread. * <p> * <p> Loading Loading
core/java/android/webkit/WebView.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -837,7 +837,7 @@ public class WebView extends AbsoluteLayout /** /** * Asynchronously evaluates JavaScript in the context of the currently displayed page. * Asynchronously evaluates JavaScript in the context of the currently displayed page. * If non-null, |resultCallback| will be invoked with any result returned from that * If non-null, {@code resultCallback} will be invoked with any result returned from that * execution. This method must be called on the UI thread and the callback will * execution. This method must be called on the UI thread and the callback will * be made on the UI thread. * be made on the UI thread. * <p> * <p> Loading