| Index: webkit/glue/webframeloaderclient_impl.cc
|
| ===================================================================
|
| --- webkit/glue/webframeloaderclient_impl.cc (revision 22541)
|
| +++ webkit/glue/webframeloaderclient_impl.cc (working copy)
|
| @@ -827,7 +827,7 @@
|
| const WebCore::NavigationAction& action,
|
| const WebCore::ResourceRequest& request,
|
| PassRefPtr<WebCore::FormState> form_state) {
|
| - PolicyAction policy_action = PolicyUse;
|
| + PolicyAction policy_action = PolicyIgnore;
|
|
|
| WebViewImpl* wv = webframe_->GetWebViewImpl();
|
| WebViewDelegate* d = wv->delegate();
|
|
|