diff --git a/mozilla/xpcom/components/xcDll.h b/mozilla/xpcom/components/xcDll.h index c76d666a0de..75d6f827618 100644 --- a/mozilla/xpcom/components/xcDll.h +++ b/mozilla/xpcom/components/xcDll.h @@ -72,6 +72,8 @@ private: void Init(nsIFile *dllSpec); void Init(const char *persistentDescriptor); + void BreakAfterLoad(const char *nsprPath); + public: nsDll(nsIFile *dllSpec, const char *registryLocation);