mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 727081 - Fix for clang error 'use of undeclared identifier EnumerateEntries'. r=nfroyd
This commit is contained in:
parent
a47718edcf
commit
ddd972190b
@ -110,7 +110,7 @@ AutoHashtable<EntryType>::ReflectHashtable(ReflectEntryFunc entryFunc,
|
||||
JSContext *cx, JSObject *obj)
|
||||
{
|
||||
EnumeratorArgs args = { cx, obj, entryFunc };
|
||||
PRUint32 num = EnumerateEntries(ReflectEntryStub, static_cast<void*>(&args));
|
||||
PRUint32 num = this->EnumerateEntries(ReflectEntryStub, static_cast<void*>(&args));
|
||||
return num == this->Count();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user