Skip to content

Commit

Permalink
Bug 999585 - wantExportHelpers for all content-script. r=Mossop
Browse files Browse the repository at this point in the history
  • Loading branch information
krizsa committed Apr 28, 2014
1 parent 186ffbe commit 61ac35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon-sdk/source/lib/sdk/content/sandbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ const WorkerSandbox = Class({
sandboxPrototype: proto,
wantXrays: true,
wantGlobalProperties: wantGlobalProperties,
wantExportHelpers: !waiveSecurityMembrane,
wantExportHelpers: true,
sameZoneAs: window,
metadata: {
SDKContentScript: true,
Expand Down

0 comments on commit 61ac35d

Please sign in to comment.