Index: chrome/browser/resources/print_preview/margins_ui_pair.js |
diff --git a/chrome/browser/resources/print_preview/margins_ui_pair.js b/chrome/browser/resources/print_preview/margins_ui_pair.js |
index 713514566e0705027dd2f08681d45d39cc54b4ce..8794eb8e48206141a6a3a2d938c0193694481a74 100644 |
--- a/chrome/browser/resources/print_preview/margins_ui_pair.js |
+++ b/chrome/browser/resources/print_preview/margins_ui_pair.js |
@@ -176,7 +176,7 @@ cr.define('print_preview', function() { |
this.originBeforeDragging = { x: this.offsetLeft, y: this.offsetTop }; |
this.mousePointerOffset = |
{ x: point.x - this.offsetLeft, y: point.y - this.offsetTop }; |
- cr.dispatchSimpleEvent(this, 'MarginsLineMouseDown'); |
+ cr.dispatchSimpleEvent(this, customEvents.MARGIN_LINE_MOUSE_DOWN); |
}, |
/** |