| Index: chrome/renderer/render_view.cc
|
| ===================================================================
|
| --- chrome/renderer/render_view.cc (revision 28239)
|
| +++ chrome/renderer/render_view.cc (working copy)
|
| @@ -1803,7 +1803,7 @@
|
|
|
| WebNavigationPolicy RenderView::decidePolicyForNavigation(
|
| WebFrame* frame, const WebURLRequest& request, WebNavigationType type,
|
| - WebNavigationPolicy default_policy, bool is_redirect) {
|
| + const WebNode&, WebNavigationPolicy default_policy, bool is_redirect) {
|
| // Webkit is asking whether to navigate to a new URL.
|
| // This is fine normally, except if we're showing UI from one security
|
| // context and they're trying to navigate to a different context.
|
|
|