| Index: chrome/test/data/webui/print_preview.js
|
| diff --git a/chrome/test/data/webui/print_preview.js b/chrome/test/data/webui/print_preview.js
|
| index eed0453362b3d9861a5290619ca48cfa702bbd44..f555a64da4e92d7d31c3d40b086b16fe37422f43 100644
|
| --- a/chrome/test/data/webui/print_preview.js
|
| +++ b/chrome/test/data/webui/print_preview.js
|
| @@ -721,7 +721,7 @@ TEST_F('PrintPreviewWebUITest', 'TestPrinterChangeUpdatesPreview', function() {
|
| previewGenerator.expects(exactly(6)).requestPreview();
|
|
|
| var barDestination;
|
| - var destinations = printPreview.destinationStore_.destinations;
|
| + var destinations = printPreview.destinationStore_.destinations();
|
| for (var destination, i = 0; destination = destinations[i]; i++) {
|
| if (destination.id == 'BarDevice') {
|
| barDestination = destination;
|
|
|