DescriptionProvide an explicit 2nd parameter to historyView.showNotification()
HistoryView.prototype.showNotification() requires two parameters,
but the callsite in HistoryView.prototype.showWebHistoryNotification,
added in https://codereview.chromium.org/1838333004/, only passes one.
This is functionally equivalent, since the second parameter should be
"false". However, this shows as an error on the Closure compiler.
TBR=dbeam@chromium.org,jyquinn@chromium.org,sky@chromium.org
BUG=595332
Committed: https://crrev.com/7b1d959bc4e1cae64abdeff2c5baeb9c38c3813b
Cr-Commit-Position: refs/heads/master@{#384918}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|