Missing break in switch, but harmless in this case.

git-svn-id: http://svn.haiku-os.org/webpositive/webkit/trunk@245 94f232f2-1747-11df-bad5-a5bfde151594
This commit is contained in:
stippi
2012-07-03 15:30:47 +02:00
committed by Alexandre Deckner
parent 0d3093e5d8
commit e335cb654c
+1
View File
@@ -177,6 +177,7 @@ BrowserApp::MessageReceived(BMessage* message)
fDownloadWindow->Show();
else
fDownloadWindow->Activate();
break;
}
default: