| Index: components/html_viewer/ax_provider_impl_unittest.cc
|
| diff --git a/components/html_viewer/ax_provider_impl_unittest.cc b/components/html_viewer/ax_provider_impl_unittest.cc
|
| index 5b22ef2c9ec2d6ca3ba9373121f2dc8e3a14b057..ebad0b445ed1135fb5bdf374448fc6c3e1e035ed 100644
|
| --- a/components/html_viewer/ax_provider_impl_unittest.cc
|
| +++ b/components/html_viewer/ax_provider_impl_unittest.cc
|
| @@ -35,7 +35,9 @@ namespace {
|
| class TestWebFrameClient : public WebFrameClient {
|
| public:
|
| ~TestWebFrameClient() override {}
|
| - void didStopLoading() override { base::MessageLoop::current()->Quit(); }
|
| + void didStopLoading() override {
|
| + base::MessageLoop::current()->QuitWhenIdle();
|
| + }
|
| };
|
|
|
| class TestWebViewClient : public WebViewClient {
|
|
|