Index: lib/elemHideHitRegistration.js |
=================================================================== |
--- a/lib/elemHideHitRegistration.js |
+++ b/lib/elemHideHitRegistration.js |
@@ -108,7 +108,7 @@ |
asyncOpen: function(listener, context) |
{ |
let stream = this.open(); |
- Utils.runAsync(function() |
+ Utils.runAsync(() => |
{ |
try { |
listener.onStartRequest(this, context); |
@@ -119,7 +119,7 @@ |
try { |
listener.onStopRequest(this, context, Cr.NS_OK); |
} catch(e) {} |
- }, this); |
+ }); |
}, |
open: function() |