Merge "WebView: no bars in javadoc" into pi-dev

am: 002c637337

Change-Id: I093585bdc5beaff3f6479b660d9d6d7b5577a5d2
This commit is contained in:
Nate Fischer
2019-01-02 18:00:02 -08:00
committed by android-build-merger

View File

@@ -847,7 +847,7 @@ public class WebView extends AbsoluteLayout
/**
* 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
* be made on the UI thread.
* <p>