Reverting an accidental deletion from my previous landing

This commit is contained in:
Brian Crowder 2010-03-30 13:58:30 -07:00
Родитель ebfc565fa0
Коммит 2162e35c64
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -323,7 +323,7 @@ function ReadManifest(aURL)
var lines = streamBuf.split(/(\n|\r|\r\n)/);
// Build the sandbox for fails-if(), etc., condition evaluation.
var sandbox = Components.utils.Sandbox(aURL.spec);
var sandbox = new Components.utils.Sandbox(aURL.spec);
var xr = CC[NS_XREAPPINFO_CONTRACTID].getService(CI.nsIXULRuntime);
sandbox.MOZ_WIDGET_TOOLKIT = xr.widgetToolkit;
sandbox.isDebugBuild = gDebug.isDebugBuild;