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

Commit c9966891 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change Ibb245ea7 into eclair

* changes:
  Return an empty PluginList instead of null for the deprecated getPluginList() api.
parents 2f92bd3e bb245ea7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2730,7 +2730,7 @@ public class WebView extends AbsoluteLayout
    */
    @Deprecated
    public static synchronized PluginList getPluginList() {
        return null;
        return new PluginList();
    }

   /**