mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
266df19429
commit
0ab398e1f3
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user