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

Commit 09550fde authored by Grace Kloba's avatar Grace Kloba Committed by Android Git Automerger
Browse files

am c9966891: Merge change Ibb245ea7 into eclair

Merge commit 'c9966891' into eclair-mr2

* commit 'c9966891':
  Return an empty PluginList instead of null for the
parents 052908a5 c9966891
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2801,7 +2801,7 @@ public class WebView extends AbsoluteLayout
    */
    @Deprecated
    public static synchronized PluginList getPluginList() {
        return null;
        return new PluginList();
    }

   /**