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

Commit e1d2f3cf authored by Kristian Monsen's avatar Kristian Monsen
Browse files

Fix build

Change-Id: I8198f7a8470e7c9500ab2f6512162bbb55ea6ee7
parent 10a09dc1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9512,6 +9512,7 @@ public class WebView extends AbsoluteLayout
    private native void     nativeHideCursor();
    private native boolean  nativeHitSelection(int x, int y);
    private native String   nativeImageURI(int x, int y);
    private native void     nativeInstrumentReport();
    private native Rect     nativeLayerBounds(int layer);
    /* package */ native boolean nativeMoveCursorToNextTextInput();
    // return true if the page has been scrolled
+2 −0
Original line number Diff line number Diff line
@@ -594,6 +594,8 @@ public final class WebViewCore {

    private native void nativeDumpNavTree();

    private native void nativeDumpV8Counters();

    private native void nativeSetJsFlags(String flags);

    /**