Bug 335586, r=mconnor+neil, a=mconnor

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@195561 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
Olli.Pettay%helsinki.fi
2006-04-27 11:45:39 +00:00
parent 913994937b
commit cd80cdc107
2 changed files with 3 additions and 3 deletions

View File

@@ -577,7 +577,7 @@
// Listen for first load for lazy attachment to form fill controller
this.addEventListener("pageshow", this.onPageShow, true);
this.addEventListener("pagehide", this.onPageHide, true);
this.addEventListener("DOMPopupBlocked", this.onPopupBlocked, false);
this.addEventListener("DOMPopupBlocked", this.onPopupBlocked, true);
]]>
</constructor>