| Index: webkit/glue/webview_impl.cc | 
| =================================================================== | 
| --- webkit/glue/webview_impl.cc	(revision 26600) | 
| +++ webkit/glue/webview_impl.cc	(working copy) | 
| @@ -235,9 +235,6 @@ | 
| return selected_index_; | 
| } | 
| virtual void popupDidHide() { | 
| -    hidePopup(); | 
| -  } | 
| -  virtual void hidePopup() { | 
| webview_->HideAutoCompletePopup(); | 
| } | 
| virtual bool itemIsSeparator(unsigned listIndex) const { | 
| @@ -256,14 +253,14 @@ | 
| return false; | 
| } | 
|  | 
| -  virtual FontSelector* fontSelector() const { | 
| -    return text_field_->document()->styleSelector()->fontSelector(); | 
| -  } | 
| - | 
| virtual void setTextFromItem(unsigned listIndex) { | 
| text_field_->setValue(suggestions_[listIndex]); | 
| } | 
|  | 
| +  virtual FontSelector* fontSelector() const { | 
| +    return text_field_->document()->styleSelector()->fontSelector(); | 
| +  } | 
| + | 
| virtual HostWindow* hostWindow() const { | 
| return text_field_->document()->view()->hostWindow(); | 
| } | 
|  |