Bug 1773368 - Remove deprecated typedefs for NativeObject. r=iain
Differential Revision: https://phabricator.services.mozilla.com/D148821
This commit is contained in:
@@ -7902,7 +7902,7 @@ class StreamCacheEntryObject : public NativeObject {
|
||||
return false;
|
||||
}
|
||||
|
||||
RootedNativeObject obj(
|
||||
Rooted<NativeObject*> obj(
|
||||
cx, NewObjectWithGivenProto<StreamCacheEntryObject>(cx, nullptr));
|
||||
if (!obj) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user