mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
Remove declaration for the never-defined js_GetWrappedObject method (obj->wrappedObject(cx) was the long-ago replacement). r=sparky
--HG-- extra : rebase_source : d50bcf859e415469494e53426ba51d0e4304e676
This commit is contained in:
parent
091969f9b8
commit
efdd54ce9c
@ -1665,10 +1665,6 @@ js_CheckPrincipalsAccess(JSContext *cx, JSObject *scopeobj,
|
||||
extern JSBool
|
||||
js_CheckContentSecurityPolicy(JSContext *cx);
|
||||
|
||||
/* Infallible -- returns its argument if there is no wrapped object. */
|
||||
extern JSObject *
|
||||
js_GetWrappedObject(JSContext *cx, JSObject *obj);
|
||||
|
||||
/* NB: Infallible. */
|
||||
extern const char *
|
||||
js_ComputeFilename(JSContext *cx, JSStackFrame *caller,
|
||||
|
Loading…
Reference in New Issue
Block a user