Chromium Code Reviews| 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(); |
| } |