| Index: Source/web/tests/WebViewTest.cpp
|
| diff --git a/Source/web/tests/WebViewTest.cpp b/Source/web/tests/WebViewTest.cpp
|
| index 877b98ab28d3f9c87ea2342e035da7be460ca918..c9b5aaabaf9ad0e860292edb38f821872b9993cc 100644
|
| --- a/Source/web/tests/WebViewTest.cpp
|
| +++ b/Source/web/tests/WebViewTest.cpp
|
| @@ -1214,6 +1214,7 @@ TEST_F(WebViewTest, HelperPlugin)
|
| EXPECT_EQ(0, helperPlugin->getPlugin()); // Invalid plugin type means no plugin.
|
|
|
| webViewImpl->closeHelperPluginSoon(helperPlugin);
|
| + runPendingTasks();
|
|
|
| m_webViewHelper.reset(); // Explicitly reset to break dependency on locally scoped client.
|
| }
|
|
|