Bug 844169 - Part 3: Make sure that all callers of HTMLIFrameElement.mozbrowser have chrome privileges; r=bzbarsky

This commit is contained in:
Ehsan Akhgari
2013-02-26 21:26:10 -05:00
parent 3199af105c
commit 7789978812
65 changed files with 72 additions and 72 deletions

View File

@@ -22,7 +22,7 @@ function runTest() {
browserElementTestHelpers.addPermission();
iframe = document.createElement('iframe');
iframe.mozbrowser = true;
SpecialPowers.wrap(iframe).mozbrowser = true;
iframe.addEventListener('mozbrowserloadend', mozbrowserLoaded);