Commented out reference to undefined enum. b=39158

This commit is contained in:
locka%iol.ie 2000-09-21 12:08:31 +00:00
Родитель ddd1519f96
Коммит 677f6d0390
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -917,7 +917,7 @@ HRESULT CMozillaBrowser::CreateBrowser()
// Configure what the web browser can and cannot do
nsCOMPtr<nsIWebBrowserSetup> webBrowserAsSetup(do_QueryInterface(mWebBrowser));
webBrowserAsSetup->SetProperty(nsIWebBrowserSetup::SETUP_ALLOW_PLUGINS, aAllowPlugins);
webBrowserAsSetup->SetProperty(nsIWebBrowserSetup::SETUP_CONTAINS_CHROME, PR_TRUE);
// webBrowserAsSetup->SetProperty(nsIWebBrowserSetup::SETUP_CONTAINS_CHROME, PR_TRUE);
// Create the webbrowser window
mWebBrowserAsWin = do_QueryInterface(mWebBrowser);