am c9966891: Merge change Ibb245ea7 into eclair
Merge commit 'c996689109b1ac0849aa675e1987e3851ee77a95' into eclair-mr2 * commit 'c996689109b1ac0849aa675e1987e3851ee77a95': Return an empty PluginList instead of null for the
This commit is contained in:
@@ -2801,7 +2801,7 @@ public class WebView extends AbsoluteLayout
|
|||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public static synchronized PluginList getPluginList() {
|
public static synchronized PluginList getPluginList() {
|
||||||
return null;
|
return new PluginList();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user