Bug 1773368 - Remove deprecated typedefs from JS SavedFrame code. r=iain

Depends on D148701

Differential Revision: https://phabricator.services.mozilla.com/D148702
This commit is contained in:
Ted Campbell
2022-06-09 00:38:32 +00:00
parent 5185689ab0
commit 079812fdd3
26 changed files with 128 additions and 130 deletions

View File

@@ -1379,7 +1379,7 @@ static bool BoundToAsyncStack(JSContext* cx, unsigned argc, Value* vp) {
RootedObject options(
cx, &GetFunctionNativeReserved(&args.callee(), 1).toObject());
RootedSavedFrame stack(cx, nullptr);
Rooted<SavedFrame*> stack(cx, nullptr);
bool isExplicit;
RootedValue v(cx);