Index: chrome/browser/resources/print_preview/data/coordinate2d.js |
diff --git a/chrome/browser/resources/print_preview/data/coordinate2d.js b/chrome/browser/resources/print_preview/data/coordinate2d.js |
index 4b10af63808508e18669be00dfaab9f0d1986602..7352af778d98d48edd8b1d19d1456520e412af91 100644 |
--- a/chrome/browser/resources/print_preview/data/coordinate2d.js |
+++ b/chrome/browser/resources/print_preview/data/coordinate2d.js |
@@ -26,7 +26,7 @@ cr.define('print_preview', function() { |
* @private |
*/ |
this.y_ = y; |
- }; |
+ } |
Coordinate2d.prototype = { |
/** @return {number} X-dimension of the point. */ |