Do not merge: clear text selection on rotate

Change-Id: Ic7cb33d830779a75dc6e71db064ceac3c1f90298
http://b/3025142
diff --git a/core/java/android/webkit/WebView.java b/core/java/android/webkit/WebView.java
index c9835a0..7490a7a 100644
--- a/core/java/android/webkit/WebView.java
+++ b/core/java/android/webkit/WebView.java
@@ -6959,6 +6959,7 @@
                 case UPDATE_TEXT_ENTRY_MSG_ID:
                     // this is sent after finishing resize in WebViewCore. Make
                     // sure the text edit box is still on the  screen.
+                    selectionDone();
                     if (inEditingMode() && nativeCursorIsTextInput()) {
                         mWebTextView.bringIntoView();
                         rebuildWebTextView();