mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 20:17:37 +00:00
Backout changeset b43d38c5c456 for build bustage.
This commit is contained in:
parent
03e39ee3c3
commit
9addcc7028
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -51,6 +51,5 @@ CPP_SOURCES += [
|
||||
'nsCxPusher.cpp',
|
||||
'nsScriptError.cpp',
|
||||
'nsXPConnect.cpp',
|
||||
'Sandbox.cpp',
|
||||
]
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user