Backed out changeset 2215b740bca4

This commit is contained in:
Robert Sayre 2011-01-06 21:39:54 -05:00
Родитель 5b1eb95797
Коммит d20cabbb06
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -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),