Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / android_webview / java / src / org / chromium / android_webview / AwAutofillManagerDelegate.java
index 490f29e..286d8c1 100644 (file)
@@ -58,7 +58,7 @@ public class AwAutofillManagerDelegate {
                 });
         }
         mAutofillPopup.setAnchorRect(x, y, width, height);
-        mAutofillPopup.show(suggestions);
+        mAutofillPopup.filterAndShow(suggestions);
     }
 
     @CalledByNative