Bug 1065657 - Follow up: remove bad friend declaration that leads to GCC warnings and burnt trees on a CLOSED TREE; r=tromey

This commit is contained in:
Nick Fitzgerald 2015-04-22 11:38:09 -07:00
parent 266df19429
commit 0ab398e1f3

View File

@ -190,7 +190,6 @@ class Debugger : private mozilla::LinkedListElement<Debugger>
friend bool (::JS_DefineDebuggerObject)(JSContext* cx, JS::HandleObject obj);
friend bool (::JS::dbg::IsDebugger)(const JSObject&);
friend bool (::JS::dbg::GetDebuggeeGlobals)(JSContext*, const JSObject&, AutoObjectVector&);
friend JSObject* SavedStacksMetadataCallback(JSContext* cx);
friend void JS::dbg::onNewPromise(JSContext* cx, HandleObject promise);
friend void JS::dbg::onPromiseSettled(JSContext* cx, HandleObject promise);
friend bool JS::dbg::FireOnGarbageCollectionHook(JSContext* cx,