| Index: third_party/WebKit/Source/web/tests/WebHelperPluginTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/WebHelperPluginTest.cpp b/third_party/WebKit/Source/web/tests/WebHelperPluginTest.cpp
|
| index 3e58925df70e3cfb4dbaf10ebc94ca2334a23f75..a479ed64aefdedd1493470c8474ff1531e05cfbf 100644
|
| --- a/third_party/WebKit/Source/web/tests/WebHelperPluginTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/WebHelperPluginTest.cpp
|
| @@ -52,7 +52,7 @@ protected:
|
|
|
| void destroyHelperPlugin()
|
| {
|
| - m_plugin.clear();
|
| + m_plugin.reset();
|
| // WebHelperPlugin is destroyed by a task posted to the message loop.
|
| testing::runPendingTasks();
|
| }
|
|
|