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

Commit 02630bfe authored by Jonathan Dixon's avatar Jonathan Dixon
Browse files

Fix silly comment order error

Incorrectly resolved rebase of my previous two commits...

Change-Id: Ie778774deb7ee0979568ca0a8963db2d72bc7a1a
parent e230e54f
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) {