| Index: components/web_view/frame_apptest.cc
|
| diff --git a/components/web_view/frame_apptest.cc b/components/web_view/frame_apptest.cc
|
| index 2d8fd71a5096ffe5033ae9c79e6d32a927ab5982..c90c38cb3834b9ecafb7f9c6f964d701dcf01245 100644
|
| --- a/components/web_view/frame_apptest.cc
|
| +++ b/components/web_view/frame_apptest.cc
|
| @@ -251,9 +251,7 @@ class WindowAndFrame : public mus::WindowTreeDelegate {
|
| }
|
|
|
| mojom::FrameClientPtr GetFrameClientPtr() {
|
| - mojom::FrameClientPtr client_ptr;
|
| - frame_client_binding_.Bind(GetProxy(&client_ptr));
|
| - return client_ptr;
|
| + return frame_client_binding_.CreateInterfacePtrAndBind();
|
| }
|
|
|
| void Bind(mojo::InterfaceRequest<mojom::FrameClient> request) {
|
|
|