Chromium Code Reviews
DescriptionFix closure compiler in network_list.js.
The type of fist argument of createVPNConnectionCallback_ is "string=", which is "string|undefined". But the type of extensionID that is passed to the function is "string|null".
The CL adds "|| undefined" to the next of extensionID so that it replaces "null" type with "undefined".
BUG=None
TEST=None
TBR=pneubeck@chromium.org
Committed: https://chromium.googlesource.com/chromium/src/+/e8caff36192c96c409acd97e610fd918e7848ea6
Patch Set 1 #
Messages
Total messages: 6 (1 generated)
|
|||||||||||||||||||