diff options
Diffstat (limited to 'intl/strres/nsStringBundleService.h')
-rw-r--r-- | intl/strres/nsStringBundleService.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/intl/strres/nsStringBundleService.h b/intl/strres/nsStringBundleService.h index a192cdff8c..e65c61f128 100644 --- a/intl/strres/nsStringBundleService.h +++ b/intl/strres/nsStringBundleService.h @@ -43,6 +43,8 @@ private: void flushBundleCache(); + void notifyBundlesFlushed(); + bundleCacheEntry_t *insertIntoCache(already_AddRefed<nsIStringBundle> aBundle, nsCString &aHashKey); |