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 fc9747e0211dba594d4c38f6854032a215b49bab..7054423e711203dbfa6876b79e6558b600905aa9 100644 |
--- a/third_party/WebKit/Source/core/loader/EmptyClients.cpp |
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.cpp |
@@ -134,7 +134,8 @@ NavigationPolicy EmptyLocalFrameClient::decidePolicyForNavigation( |
NavigationPolicy, |
bool, |
bool, |
- HTMLFormElement*) { |
+ HTMLFormElement*, |
+ ContentSecurityPolicyDisposition) { |
return NavigationPolicyIgnore; |
} |