mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bustage fix for Bug 847607, CLOSED TREE
--HG-- extra : rebase_source : 5813d5213ce7aad43c6e8e74792e21656864200e
This commit is contained in:
parent
ba7d37f460
commit
b317f5f76d
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user