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

Commit a46c16c3 authored by Jonathan Dixon's avatar Jonathan Dixon Committed by Android (Google) Code Review
Browse files

Merge "Fix silly comment order error"

parents cbc46d14 02630bfe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1079,8 +1079,8 @@ public class WebView extends AbsoluteLayout
     * @param defStyle The default style resource ID.
     * @param javaScriptInterfaces is a Map of interface names, as keys, and
     * object implementing those interfaces, as values.
     * @hide This is an implementation detail.
     * @param privateBrowsing If true the web view will be initialized in private mode.
     * @hide This is an implementation detail.
     */
    protected WebView(Context context, AttributeSet attrs, int defStyle,
            Map<String, Object> javaScriptInterfaces, boolean privateBrowsing) {