| Index: third_party/WebKit/public/web/WebLocalFrame.h
|
| diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h
|
| index 04cb04f56d251ed6808ebc402154586af197754d..0b5e8576d57ed2d0766d85a2d54ec6add61f162f 100644
|
| --- a/third_party/WebKit/public/web/WebLocalFrame.h
|
| +++ b/third_party/WebKit/public/web/WebLocalFrame.h
|
| @@ -93,7 +93,8 @@ class WebLocalFrame : public WebFrame {
|
| blink::InterfaceProvider*,
|
| blink::InterfaceRegistry*,
|
| WebRemoteFrame*,
|
| - WebSandboxFlags);
|
| + WebSandboxFlags,
|
| + WebParsedFeaturePolicy);
|
|
|
| // Creates a new local child of this frame. Similar to the other methods that
|
| // create frames, the returned frame should be freed by calling Close() when
|
|
|