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:
Jeff Walden 2010-10-07 16:37:38 -07:00
Родитель 091969f9b8
Коммит efdd54ce9c
1 изменённых файлов: 0 добавлений и 4 удалений

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

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