Backed out changeset 2215b740bca4

This commit is contained in:
Robert Sayre 2011-01-06 21:39:54 -05:00
parent 2eea0ee999
commit d99f02d496

View File

@ -351,7 +351,6 @@ ReportOnCaller(JSCLContextHelper &helper,
return OutputError(cx, format, ap);
}
#ifdef MOZ_ENABLE_LIBXUL
static nsresult
ReadScriptFromStream(JSContext *cx, nsIObjectInputStream *stream,
JSScript **script)
@ -453,7 +452,6 @@ WriteScriptToStream(JSContext *cx, JSScript *script,
JS_XDRDestroy(xdr);
return rv;
}
#endif // MOZ_ENABLE_LIBXUL
mozJSComponentLoader::mozJSComponentLoader()
: mRuntime(nsnull),