Backout changeset b43d38c5c456 for build bustage.

This commit is contained in:
Ms2ger 2013-08-22 09:00:37 +02:00
parent 03e39ee3c3
commit 9addcc7028
4 changed files with 1539 additions and 1594 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -51,6 +51,5 @@ CPP_SOURCES += [
'nsCxPusher.cpp',
'nsScriptError.cpp',
'nsXPConnect.cpp',
'Sandbox.cpp',
]

View File

@ -3681,22 +3681,7 @@ xpc_GetSafeJSContext()
return XPCJSRuntime::Get()->GetJSContextStack()->GetSafeJSContext();
}
bool
NewFunctionForwarder(JSContext *cx, JS::HandleId id, JS::HandleObject callable,
bool doclone, JS::MutableHandleValue vp);
nsresult
ThrowAndFail(nsresult errNum, JSContext* cx, bool* retval);
// Infallible.
already_AddRefed<nsIXPCComponents_utils_Sandbox>
NewSandboxConstructor();
bool
IsSandbox(JSObject *obj);
namespace xpc {
struct SandboxOptions {
SandboxOptions(JSContext *cx)
: wantXrays(true)