| Index: components/html_viewer/html_frame_apptest.cc
|
| diff --git a/components/html_viewer/html_frame_apptest.cc b/components/html_viewer/html_frame_apptest.cc
|
| index a3eae7404df146a4f28bf8220bdca1a919d5d358..2bae0a8bdc5489b84fd28f27b6bee84598abad31 100644
|
| --- a/components/html_viewer/html_frame_apptest.cc
|
| +++ b/components/html_viewer/html_frame_apptest.cc
|
| @@ -199,7 +199,7 @@ class HTMLFrameTest : public WindowServerTestBase {
|
| if (HasFatalFailure())
|
| return nullptr;
|
|
|
| - return parent->FindFrame(parent->view()->children().back()->id());
|
| + return parent->FindFrame(parent->window()->children().back()->id());
|
| }
|
|
|
| std::string AddPortToString(const std::string& string) {
|
|
|