forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix parameter validation for chrome.tcpServer.getInfo()
In crrev.com/c/2961688 the implementation of this function was simplified however an error was introduced where the parsed function parameters were stored in a local variable but still accessed from an instance variable. This change removes the instance variable as it should have been in the original change. Bug: 1239520 Change-Id: I2a94ed1064ec85b6cddb0c80e751e46a1490b643 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3116443 Commit-Queue: Reilly Grant <reillyg@chromium.org> Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Auto-Submit: Reilly Grant <reillyg@chromium.org> Reviewed-by: Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/main@{#914932}
- Loading branch information
Showing
3 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters