We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 914f4dc commit e2baa90Copy full SHA for e2baa90
extensions/firefox/components/PdfStreamConverter.js
@@ -348,6 +348,7 @@ ChromeActions.prototype = {
348
// Integrated find is only supported when we're not in a frame and when the
349
// new find events code exists.
350
return this.domWindow.frameElement === null &&
351
+ getChromeWindow(this.domWindow).gFindBar &&
352
'updateControlState' in getChromeWindow(this.domWindow).gFindBar;
353
},
354
fallback: function(url, sendResponse) {
0 commit comments