diff --git a/mozilla/widget/src/photon/nsPhMozRemoteHelper.cpp b/mozilla/widget/src/photon/nsPhMozRemoteHelper.cpp index ce4ecc8f226..106b3f05078 100644 --- a/mozilla/widget/src/photon/nsPhMozRemoteHelper.cpp +++ b/mozilla/widget/src/photon/nsPhMozRemoteHelper.cpp @@ -38,7 +38,7 @@ nsPhXRemoteWidgetHelper::~nsPhXRemoteWidgetHelper() NS_IMPL_ISUPPORTS1(nsPhXRemoteWidgetHelper, nsIXRemoteWidgetHelper) NS_IMETHODIMP -nsPhXRemoteWidgetHelper::EnableXRemoteCommands(nsIWidget *aWidget) +nsPhXRemoteWidgetHelper::EnableXRemoteCommands( nsIWidget *aWidget, const char *aProfile, const char *aProgram ) { return NS_OK; } diff --git a/mozilla/widget/src/photon/nsPhMozRemoteHelper.h b/mozilla/widget/src/photon/nsPhMozRemoteHelper.h index 89cba45d210..ada82b8676f 100644 --- a/mozilla/widget/src/photon/nsPhMozRemoteHelper.h +++ b/mozilla/widget/src/photon/nsPhMozRemoteHelper.h @@ -37,7 +37,7 @@ class nsPhXRemoteWidgetHelper : public nsIXRemoteWidgetHelper { NS_DECL_ISUPPORTS - NS_IMETHOD EnableXRemoteCommands(nsIWidget *aWidget); + NS_IMETHOD EnableXRemoteCommands( nsIWidget *aWidget, const char *aProfile, const char *aProgram ); }; #endif /* __nsPhMozRemoteHelper_h__ */