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

Commit 60f36a52 authored by John Reck's avatar John Reck Committed by Android (Google) Code Review
Browse files

Merge "Expose hook for crash backup"

parents 173e4c79 4bfd6f0f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -9023,8 +9023,9 @@ public class WebView extends AbsoluteLayout
    /**
     *  Update our cache with updatedText.
     *  @param updatedText  The new text to put in our cache.
     *  @hide
     */
    /* package */ void updateCachedTextfield(String updatedText) {
    protected void updateCachedTextfield(String updatedText) {
        // Also place our generation number so that when we look at the cache
        // we recognize that it is up to date.
        nativeUpdateCachedTextfield(updatedText, mTextGeneration);