Index: webkit/glue/webview_impl.cc |
=================================================================== |
--- webkit/glue/webview_impl.cc (revision 27264) |
+++ webkit/glue/webview_impl.cc (working copy) |
@@ -410,7 +410,8 @@ |
&context_menu_client_impl_, |
&editor_client_impl_, |
&drag_client_impl_, |
- &inspector_client_impl_)); |
+ &inspector_client_impl_, |
+ NULL)); |
page_->backForwardList()->setClient(&back_forward_list_client_impl_); |
page_->setGroupName(kPageGroupName); |