Bug 1773368 - Remove deprecated typedefs for NativeObject. r=iain

Differential Revision: https://phabricator.services.mozilla.com/D148821
This commit is contained in:
Ted Campbell
2022-06-10 15:58:10 +00:00
parent 1e8f740a48
commit 196dcd5625
56 changed files with 237 additions and 227 deletions

View File

@@ -7902,7 +7902,7 @@ class StreamCacheEntryObject : public NativeObject {
return false;
}
RootedNativeObject obj(
Rooted<NativeObject*> obj(
cx, NewObjectWithGivenProto<StreamCacheEntryObject>(cx, nullptr));
if (!obj) {
return false;