| Index: webkit/glue/webview_impl.cc
|
| ===================================================================
|
| --- webkit/glue/webview_impl.cc (revision 13324)
|
| +++ webkit/glue/webview_impl.cc (working copy)
|
| @@ -459,7 +459,7 @@
|
| if (clicked_node.get() && clicked_node == GetFocusedNode()) {
|
| // Focus has not changed, show the autocomplete popup.
|
| static_cast<EditorClientImpl*>(page_->editorClient())->
|
| - ShowAutofillForNode(clicked_node.get());
|
| + ShowFormAutofillForNode(clicked_node.get());
|
| }
|
|
|
| // Dispatch the contextmenu event regardless of if the click was swallowed.
|
|
|