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

Unified Diff: components/test_runner/test_runner.cc

Issue 1989103007: Test for form submission targeting remote frame. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « no previous file | third_party/WebKit/LayoutTests/FlagExpectations/site-per-process » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/test_runner.cc
diff --git a/components/test_runner/test_runner.cc b/components/test_runner/test_runner.cc
index 1a6aa90e4561740cd7beba026cc70f6f4ad1b3d5..a3e6b7ab68151905bfc82d43a0251c48409c2da1 100644
--- a/components/test_runner/test_runner.cc
+++ b/components/test_runner/test_runner.cc
@@ -1928,9 +1928,6 @@ class WorkItemBackForward : public TestRunner::WorkItem {
};
void TestRunner::NotifyDone() {
- // Test didn't timeout. Kill the pending callbacks.
- weak_factory_.InvalidateWeakPtrs();
Łukasz Anforowicz 2016/05/19 23:01:16 If I don't remove this, then calling testRunner.no
-
CompleteNotifyDone();
}
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/FlagExpectations/site-per-process » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698