Index: components/test_runner/web_test_proxy.cc |
diff --git a/components/test_runner/web_test_proxy.cc b/components/test_runner/web_test_proxy.cc |
index 1539ac729aa4b06ccc709a3e9c54f2c0427d4dfd..5b2f392788d6688bec91c1597525d8ba06f93659 100644 |
--- a/components/test_runner/web_test_proxy.cc |
+++ b/components/test_runner/web_test_proxy.cc |
@@ -393,6 +393,7 @@ WebTestProxyBase::WebTestProxyBase() |
WebTestProxyBase::~WebTestProxyBase() { |
test_interfaces_->WindowClosed(this); |
+ delegate_->OnWebTestProxyBaseDestroy(this); |
} |
void WebTestProxyBase::SetInterfaces(WebTestInterfaces* interfaces) { |