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

Commit 9a77be5d authored by Kristian Monsen's avatar Kristian Monsen
Browse files

Fix fix for bug 2816327

Remove native methods define for ANDROID_INSTRUMENT calls.

Need to that after the native registering is done in CL:
https://android-git.corp.google.com/g/#/c/148917/

Change-Id: Ic91aec54cb052c29aa06aee028cf8023cd69ed15
parent 5a471818
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -9514,7 +9514,6 @@ 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
+0 −2
Original line number Diff line number Diff line
@@ -594,8 +594,6 @@ public final class WebViewCore {

    private native void nativeDumpNavTree();

    private native void nativeDumpV8Counters();

    private native void nativeSetJsFlags(String flags);

    /**