| Index: tools/perf/metrics/webrtc_stats_unittest.py
|
| diff --git a/tools/perf/metrics/webrtc_stats_unittest.py b/tools/perf/metrics/webrtc_stats_unittest.py
|
| index 79943c8000b58130b947990461fe6b4e698fbaf7..b6f3488566e4d21f92786377a8124e4f15ab3e58 100644
|
| --- a/tools/perf/metrics/webrtc_stats_unittest.py
|
| +++ b/tools/perf/metrics/webrtc_stats_unittest.py
|
| @@ -113,7 +113,7 @@ class WebRtcStatsUnittest(unittest.TestCase):
|
|
|
| stats_metric.Start(page, tab)
|
|
|
| - tab.ExpectCall('EvaluateJavaScript2',
|
| + tab.ExpectCall('EvaluateJavaScript',
|
| simple_mock.DONT_CARE).WillReturn(json_to_return)
|
| stats_metric.Stop(page, tab)
|
|
|
|
|