diff --git a/mozilla/webshell/embed/ActiveX/WebShellContainer.cpp b/mozilla/webshell/embed/ActiveX/WebShellContainer.cpp index 628d3e0a9ab..e6203d540fd 100644 --- a/mozilla/webshell/embed/ActiveX/WebShellContainer.cpp +++ b/mozilla/webshell/embed/ActiveX/WebShellContainer.cpp @@ -102,7 +102,7 @@ CWebShellContainer::NewWebShell(nsIWebShell *&aNewWebShell) } NS_IMETHODIMP -CWebShellContainer::FindWebshellWithName(const PRUnichar* aName, nsIWebShell*& aResult) +CWebShellContainer::FindWebShellWithName(const PRUnichar* aName, nsIWebShell*& aResult) { return NS_ERROR_FAILURE; } diff --git a/mozilla/webshell/embed/ActiveX/WebShellContainer.h b/mozilla/webshell/embed/ActiveX/WebShellContainer.h index 93ea7a20e10..9b28f509495 100644 --- a/mozilla/webshell/embed/ActiveX/WebShellContainer.h +++ b/mozilla/webshell/embed/ActiveX/WebShellContainer.h @@ -23,7 +23,7 @@ public: NS_IMETHOD ProgressLoadURL(nsIWebShell* aShell, const PRUnichar* aURL, PRInt32 aProgress, PRInt32 aProgressMax); NS_IMETHOD EndLoadURL(nsIWebShell* aShell, const PRUnichar* aURL, PRInt32 aStatus); NS_IMETHOD NewWebShell(nsIWebShell *&aNewWebShell); - NS_IMETHOD FindWebshellWithName(const PRUnichar* aName, nsIWebShell*& aResult); + NS_IMETHOD FindWebShellWithName(const PRUnichar* aName, nsIWebShell*& aResult); }; #endif \ No newline at end of file