Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1763)

Unified Diff: content/shell/renderer/test_runner/web_test_proxy.cc

Issue 293363016: [abort] [webkit test runner] Complete location change when a frame is detached. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/shell/renderer/test_runner/web_test_proxy.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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())
« no previous file with comments | « content/shell/renderer/test_runner/web_test_proxy.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698