| Index: content/shell/renderer/test_runner/web_test_proxy.cc
|
| diff --git a/content/shell/renderer/test_runner/web_test_proxy.cc b/content/shell/renderer/test_runner/web_test_proxy.cc
|
| index 32a0cf0f2385581eff58518582652f03f283ca23..13ee5027c7e3d4feb4a14b3b8098cc5e70941fd5 100644
|
| --- a/content/shell/renderer/test_runner/web_test_proxy.cc
|
| +++ b/content/shell/renderer/test_runner/web_test_proxy.cc
|
| @@ -375,6 +375,7 @@ blink::WebView* WebTestProxyBase::GetWebView() const {
|
| }
|
|
|
| void WebTestProxyBase::Reset() {
|
| + drag_image_.reset();
|
| animate_scheduled_ = false;
|
| resource_identifier_map_.clear();
|
| log_console_output_ = true;
|
|
|