Bug 775408 - Rename nsIDocShell::SetIsBrowser() to SetIsBrowserElement(). r=jlebar

This commit is contained in:
Mounir Lamouri
2012-07-21 17:39:41 -07:00
parent cea3b77aa9
commit 834200c00f
6 changed files with 7 additions and 7 deletions

View File

@@ -11992,7 +11992,7 @@ nsDocShell::GetCanExecuteScripts(bool *aResult)
}
NS_IMETHODIMP
nsDocShell::SetIsBrowser()
nsDocShell::SetIsBrowserElement()
{
if (mIsBrowserFrame) {
NS_ERROR("You should not call SetIsBrowser() more than once.");