Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan.
git-svn-id: svn://10.0.0.236/trunk@230788 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -132,7 +132,7 @@ nsUrlWidget::SetURLToHiddenControl( char const *aURL, nsIDOMWindowInternal *pare
|
||||
}
|
||||
|
||||
// Use standard implementation of nsISupports stuff.
|
||||
NS_IMPL_ISUPPORTS1( nsUrlWidget, nsIUrlWidget );
|
||||
NS_IMPL_ISUPPORTS1( nsUrlWidget, nsIUrlWidget )
|
||||
|
||||
nsUrlWidget::nsUrlWidget() {
|
||||
#ifdef DEBUG_URLWIDGET
|
||||
|
||||
Reference in New Issue
Block a user