| 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 ff686c8dfa429f98bf26a10dbb7dc7525c61ad05..f76186cf68b5d0412283e9b2c1147e4433bf7262 100644
|
| --- a/content/shell/renderer/test_runner/web_test_proxy.cc
|
| +++ b/content/shell/renderer/test_runner/web_test_proxy.cc
|
| @@ -872,6 +872,10 @@ void WebTestProxyBase::DidDetectXSS(WebLocalFrame*, const WebURL&, bool) {
|
| delegate_->printMessage("didDetectXSS\n");
|
| }
|
|
|
| +void WebTestProxyBase::FrameDetached(blink::WebFrame* frame) {
|
| + LocationChangeDone(frame);
|
| +}
|
| +
|
| void WebTestProxyBase::DidDispatchPingLoader(WebLocalFrame*,
|
| const WebURL& url) {
|
| if (test_interfaces_->testRunner()->shouldDumpPingLoaderCallbacks())
|
|
|