Index: chrome/browser/resources/print_preview/settings/dpi_settings.js |
diff --git a/chrome/browser/resources/print_preview/settings/dpi_settings.js b/chrome/browser/resources/print_preview/settings/dpi_settings.js |
index 90bcd50eba569962bf1a0d4b1a13b6f01a457279..00c01b38bd9faa23782036aadf8089f93bb3f02f 100644 |
--- a/chrome/browser/resources/print_preview/settings/dpi_settings.js |
+++ b/chrome/browser/resources/print_preview/settings/dpi_settings.js |
@@ -14,7 +14,7 @@ cr.define('print_preview', function() { |
*/ |
function DpiSettings(ticketItem) { |
print_preview.SettingsSectionSelect.call(this, ticketItem); |
- }; |
+ } |
DpiSettings.prototype = { |
__proto__: print_preview.SettingsSectionSelect.prototype, |