Commit 53b380af authored by dpapad's avatar dpapad Committed by Commit Bot

WebUI testing: Fix inaccurate TestBrowserProxy#getCallCount signature.

Bug: None
Change-Id: I68574edf3f94422f9dc87edb9a31fc29b163483f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2099027
Commit-Queue: dpapad <dpapad@chromium.org>
Commit-Queue: John Lee <johntlee@chromium.org>
Auto-Submit: dpapad <dpapad@chromium.org>
Reviewed-by: default avatarJohn Lee <johntlee@chromium.org>
Cr-Commit-Position: refs/heads/master@{#749383}
parent 37e48ce2
......@@ -99,7 +99,7 @@ let MethodData;
/**
* Get number of times method is called.
* @param {string} methodName
* @return {!boolean}
* @return {number}
*/
getCallCount(methodName) {
return this.getMethodData_(methodName).callCount;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment