| Index: third_party/WebKit/public/web/WebFrameClient.h
|
| diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
|
| index 939af5ab97c228d982c6a55608006f9a95b1d8d8..085418038c2166cc4488d783764152bf58eb09cc 100644
|
| --- a/third_party/WebKit/public/web/WebFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebFrameClient.h
|
| @@ -240,7 +240,7 @@ class BLINK_EXPORT WebFrameClient {
|
| const WebString& headerValue,
|
| WebContentSecurityPolicyType type,
|
| WebContentSecurityPolicySource source,
|
| - const std::vector<WebContentSecurityPolicyPolicy>& policies) {}
|
| + const WebContentSecurityPolicyPolicy& policy) {}
|
|
|
| // Some frame owner properties have changed for a child frame of this frame.
|
| // Frame owner properties currently include: scrolling, marginwidth and
|
|
|