| Index: third_party/WebKit/Source/core/frame/FrameTestHelpers.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameTestHelpers.cpp b/third_party/WebKit/Source/core/frame/FrameTestHelpers.cpp
|
| index cff1c7fab79b95e0a60630880f918588a6649578..099e7c2a1b9dcbfcc9f960ec4b4256d50e28acac 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameTestHelpers.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameTestHelpers.cpp
|
| @@ -175,7 +175,7 @@ WebLocalFrameBase* CreateProvisional(WebRemoteFrame& old_frame,
|
| WebLocalFrameBase* frame =
|
| ToWebLocalFrameBase(WebLocalFrame::CreateProvisional(
|
| client, client->GetInterfaceProviderForTesting(), nullptr, &old_frame,
|
| - WebSandboxFlags::kNone));
|
| + WebSandboxFlags::kNone, WebParsedFeaturePolicy()));
|
| client->Bind(frame, std::move(owned_client));
|
| // Create a local root, if necessary.
|
| std::unique_ptr<TestWebWidgetClient> owned_widget_client;
|
|
|