| Index: chrome/browser/resources/pdf/pdf_scripting_api.js
|
| diff --git a/chrome/browser/resources/pdf/pdf_scripting_api.js b/chrome/browser/resources/pdf/pdf_scripting_api.js
|
| index c0b06d19221f51da2bf076dd919747c147f2e82e..84b94b12450f611cde0e95e394438f6b15a4b465 100644
|
| --- a/chrome/browser/resources/pdf/pdf_scripting_api.js
|
| +++ b/chrome/browser/resources/pdf/pdf_scripting_api.js
|
| @@ -151,7 +151,7 @@ PDFScriptingAPI.prototype = {
|
| * Resets the PDF viewer into print preview mode.
|
| * @param {string} url the url of the PDF to load.
|
| * @param {boolean} grayscale whether or not to display the PDF in grayscale.
|
| - * @param {Array.<number>} pageNumbers an array of the page numbers.
|
| + * @param {Array<number>} pageNumbers an array of the page numbers.
|
| * @param {boolean} modifiable whether or not the document is modifiable.
|
| */
|
| resetPrintPreviewMode: function(url, grayscale, pageNumbers, modifiable) {
|
|
|