diff --git a/mozilla/camino/CHGetURLCommand.mm b/mozilla/camino/CHGetURLCommand.mm index 67bd140b8a8..9b08676ea85 100644 --- a/mozilla/camino/CHGetURLCommand.mm +++ b/mozilla/camino/CHGetURLCommand.mm @@ -50,7 +50,7 @@ [controller loadURLString:[self directParameter]]; } else - controller = [[NSApp delegate] openBrowserWindowWithURLString: [self directParameter]]; + controller = [[NSApp delegate] openBrowserWindowWithURL: [self directParameter]]; [[[controller getBrowserWrapper] getBrowserView] setActive: YES]; return nil; diff --git a/mozilla/camino/src/appleevents/GetURLCommand.mm b/mozilla/camino/src/appleevents/GetURLCommand.mm index 67bd140b8a8..9b08676ea85 100644 --- a/mozilla/camino/src/appleevents/GetURLCommand.mm +++ b/mozilla/camino/src/appleevents/GetURLCommand.mm @@ -50,7 +50,7 @@ [controller loadURLString:[self directParameter]]; } else - controller = [[NSApp delegate] openBrowserWindowWithURLString: [self directParameter]]; + controller = [[NSApp delegate] openBrowserWindowWithURL: [self directParameter]]; [[[controller getBrowserWrapper] getBrowserView] setActive: YES]; return nil; diff --git a/mozilla/chimera/CHGetURLCommand.mm b/mozilla/chimera/CHGetURLCommand.mm index 67bd140b8a8..9b08676ea85 100644 --- a/mozilla/chimera/CHGetURLCommand.mm +++ b/mozilla/chimera/CHGetURLCommand.mm @@ -50,7 +50,7 @@ [controller loadURLString:[self directParameter]]; } else - controller = [[NSApp delegate] openBrowserWindowWithURLString: [self directParameter]]; + controller = [[NSApp delegate] openBrowserWindowWithURL: [self directParameter]]; [[[controller getBrowserWrapper] getBrowserView] setActive: YES]; return nil; diff --git a/mozilla/chimera/src/appleevents/GetURLCommand.mm b/mozilla/chimera/src/appleevents/GetURLCommand.mm index 67bd140b8a8..9b08676ea85 100644 --- a/mozilla/chimera/src/appleevents/GetURLCommand.mm +++ b/mozilla/chimera/src/appleevents/GetURLCommand.mm @@ -50,7 +50,7 @@ [controller loadURLString:[self directParameter]]; } else - controller = [[NSApp delegate] openBrowserWindowWithURLString: [self directParameter]]; + controller = [[NSApp delegate] openBrowserWindowWithURL: [self directParameter]]; [[[controller getBrowserWrapper] getBrowserView] setActive: YES]; return nil;