Bug 1773778 - Part 7: Remove deprecated GCPtrObject typedef r=tcampbell

Depends on D149116

Differential Revision: https://phabricator.services.mozilla.com/D149117
This commit is contained in:
Jon Coppeard
2022-06-14 12:30:10 +00:00
parent 5bc87a0df2
commit 853b206733
12 changed files with 21 additions and 21 deletions

View File

@@ -581,7 +581,7 @@ JS::OffThreadToken* OffThreadJob::waitUntilDone(JSContext* cx) {
}
struct ShellCompartmentPrivate {
GCPtrObject grayRoot;
GCPtr<JSObject*> grayRoot;
};
struct MOZ_STACK_CLASS EnvironmentPreparer