am 74077c8f: Clear the password field when reloading the current page.

Merge commit '74077c8f2ed67b79be67df853158932fbd774865' into eclair-plus-aosp

* commit '74077c8f2ed67b79be67df853158932fbd774865':
  Clear the password field when reloading the current page.
This commit is contained in:
Leon Scroggins
2009-09-14 16:34:33 -07:00
committed by Android Git Automerger

View File

@@ -1394,6 +1394,7 @@ public class WebView extends AbsoluteLayout
* Reload the current url.
*/
public void reload() {
clearTextEntry();
switchOutDrawHistory();
mWebViewCore.sendMessage(EventHub.RELOAD);
}