mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
cb61a62b65
This change reimplements nsTHashtable::Clear() using PLDHashable::Clear(). This changes its semantics slightly -- the old version would clear the table but leave its capacity unchanged. The new version will adjust the capacity to the default, though the entry storage will only be re-allocated when the first new element is added. |
||
---|---|---|
.. | ||
docs | ||
moz.build | ||
XPCOMRTInit.cpp | ||
XPCOMRTInit.h | ||
XPCOMRTModule.inc | ||
XPCOMRTStubs.cpp |