Bug 1446060 - Rename mPanelContainer to tabpanels r=dao

MozReview-Commit-ID: 85PNkl3OeBE
This commit is contained in:
Vivek Dhingra
2018-03-16 10:23:00 -04:00
parent 8e576fcfcf
commit 0ecbf733a5
4 changed files with 18 additions and 18 deletions

View File

@@ -1321,7 +1321,7 @@ var gBrowserInit = {
if (!gMultiProcessBrowser) {
// There is a Content:Click message manually sent from content.
Services.els.addSystemEventListener(gBrowser.mPanelContainer, "click",
Services.els.addSystemEventListener(gBrowser.tabpanels, "click",
contentAreaClick, true);
}