 Issue 29367316:
  Issue 4722 - Drop support for Chrome 41 - 48  (Closed)
    
  
    Issue 29367316:
  Issue 4722 - Drop support for Chrome 41 - 48  (Closed) 
  | Index: lib/icon.js | 
| diff --git a/lib/icon.js b/lib/icon.js | 
| index 621f374eeb9f9c247c8e8d45699ad4632e7319db..a2e56a174a24d4c36fec0a658c108990bc92e8bb 100644 | 
| --- a/lib/icon.js | 
| +++ b/lib/icon.js | 
| @@ -64,7 +64,7 @@ function setIcon(page, notificationType, opacity, frames) | 
| } | 
| else | 
| { | 
| - page.browserAction._safeSetIcon({ | 
| + chrome.browserAction.setIcon({ | 
| tabId: page.id, | 
| imageData: frames["" + opacity + whitelisted] | 
| }); |