Bustage fix for Bug 847607, CLOSED TREE

--HG--
extra : rebase_source : 5813d5213ce7aad43c6e8e74792e21656864200e
This commit is contained in:
Olli Pettay 2013-03-12 20:47:21 +02:00
parent 13518cc12e
commit c3656df08e

View File

@ -51,11 +51,9 @@ public:
NS_FORWARD_TO_NSDOMEVENT
NS_DECL_NSIIDBVERSIONCHANGEEVENT
virtual JSObject* WrapObject(JSContext* aCx, JSObject* aScope,
bool* aTriedToWrap)
virtual JSObject* WrapObject(JSContext* aCx, JSObject* aScope)
{
return mozilla::dom::IDBVersionChangeEventBinding::Wrap(aCx, aScope, this,
aTriedToWrap);
return mozilla::dom::IDBVersionChangeEventBinding::Wrap(aCx, aScope, this);
}
uint64_t OldVersion()