Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / print_preview / previewarea / margin_control.js
index d662b6f..7ec2527 100644 (file)
@@ -378,7 +378,7 @@ cr.define('print_preview', function() {
       if (event.propertyName != 'opacity')
         return;
       var elStyle = window.getComputedStyle(this.getElement());
-      var opacity = parseInt(elStyle.getPropertyValue('opacity'));
+      var opacity = parseInt(elStyle.getPropertyValue('opacity'), 10);
       this.textbox_.setAttribute('aria-hidden', opacity == 0);
     },