Bug 999585 - wantExportHelpers for all content-script. r=Mossop

This commit is contained in:
Gabor Krizsanits
2014-04-28 11:53:50 +02:00
parent b3e0a36b0b
commit b865efb5a2

View File

@@ -143,7 +143,7 @@ const WorkerSandbox = Class({
sandboxPrototype: proto,
wantXrays: true,
wantGlobalProperties: wantGlobalProperties,
wantExportHelpers: !waiveSecurityMembrane,
wantExportHelpers: true,
sameZoneAs: window,
metadata: {
SDKContentScript: true,