Chromium Code Reviews| Index: third_party/WebKit/Source/core/loader/EmptyClients.cpp |
| diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.cpp b/third_party/WebKit/Source/core/loader/EmptyClients.cpp |
| index e9cfc4d37841a06ed21b6288f8e2a97e241d0711..156debdc9229197aa2e8af19e8521d6eeb46f1f9 100644 |
| --- a/third_party/WebKit/Source/core/loader/EmptyClients.cpp |
| +++ b/third_party/WebKit/Source/core/loader/EmptyClients.cpp |
| @@ -132,7 +132,8 @@ NavigationPolicy EmptyFrameLoaderClient::decidePolicyForNavigation( |
| NavigationType, |
| NavigationPolicy, |
| bool, |
| - bool) { |
| + bool, |
| + HTMLFormElement*) { |
| return NavigationPolicyIgnore; |
| } |