Fixed comment, the TODO was already resolved.

git-svn-id: http://svn.haiku-os.org/webpositive/webkit/trunk@226 94f232f2-1747-11df-bad5-a5bfde151594
This commit is contained in:
stippi 2010-02-26 08:55:29 +00:00
parent 64f8c06735
commit 1c3a676322
1 changed files with 1 additions and 1 deletions

View File

@ -382,8 +382,8 @@ bool LauncherWindow::QuitRequested()
{
// TODO: Check for modified form data and ask user for confirmation, etc.
// Iterate over all tabs to delete all BWebViews.
// Do this here, so WebKit tear down happens earlier.
// TODO: Iterator over all WebViews, if there are more then one...
while (m_tabView->CountTabs() > 0)
delete m_tabView->RemoveTab(0L);
SetCurrentWebView(0);