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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user