diff --git a/mozilla/modules/plugin/samples/testevents/npevents.cpp b/mozilla/modules/plugin/samples/testevents/npevents.cpp index 48062ed770e..bc841b957d0 100644 --- a/mozilla/modules/plugin/samples/testevents/npevents.cpp +++ b/mozilla/modules/plugin/samples/testevents/npevents.cpp @@ -123,12 +123,14 @@ public: RegisterSelf(nsIComponentManager* aCompMgr, nsIFile* aPath, const char* aRegistryLocation, - const char* aComponentType); + const char* aComponentType, + const nsModuleComponentInfo *info); static NS_METHOD UnregisterSelf(nsIComponentManager* aCompMgr, nsIFile* aPath, - const char* aRegistryLocation); + const char* aRegistryLocation, + const nsModuleComponentInfo *info); NS_DECL_ISUPPORTS diff --git a/mozilla/modules/plugin/testevents/npevents.cpp b/mozilla/modules/plugin/testevents/npevents.cpp index 48062ed770e..bc841b957d0 100644 --- a/mozilla/modules/plugin/testevents/npevents.cpp +++ b/mozilla/modules/plugin/testevents/npevents.cpp @@ -123,12 +123,14 @@ public: RegisterSelf(nsIComponentManager* aCompMgr, nsIFile* aPath, const char* aRegistryLocation, - const char* aComponentType); + const char* aComponentType, + const nsModuleComponentInfo *info); static NS_METHOD UnregisterSelf(nsIComponentManager* aCompMgr, nsIFile* aPath, - const char* aRegistryLocation); + const char* aRegistryLocation, + const nsModuleComponentInfo *info); NS_DECL_ISUPPORTS