Bug 1251529: Provide default constructor for ShellAllocationMetadataBuilder. r=orange

--HG--
extra : rebase_source : 98777531d8c40caa22b7bfe07f446a89256ce88a
This commit is contained in:
Jim Blandy 2016-04-04 20:35:28 -07:00
Родитель 120ec40ed5
Коммит a6d253f357
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -1691,6 +1691,8 @@ DisplayName(JSContext* cx, unsigned argc, Value* vp)
class ShellAllocationMetadataBuilder : public AllocationMetadataBuilder {
public:
ShellAllocationMetadataBuilder() : AllocationMetadataBuilder() { }
virtual JSObject* build(JSContext *cx, HandleObject,
AutoEnterOOMUnsafeRegion& oomUnsafe) const override;