Bug 232691 - replace nsString() nsAutoString() and friends with EmptyC?String() (Maemo only bustage fix) [r=bz]

This commit is contained in:
Mark Finkle 2010-05-18 13:41:42 -04:00
Родитель 48adb6fa5c
Коммит 71420e614d
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -235,7 +235,7 @@ OssoSetWindowOrientation(PRBool aPortrait)
// NOTE: We only update the most recent top-level window so this is only
// suitable for apps with only one window.
nsCOMPtr<nsIDOMWindowInternal> window;
GetMostRecentWindow(EmptyString(), getter_AddRefs(window));
GetMostRecentWindow(EmptyString().get(), getter_AddRefs(window));
GtkWidget* widget = WidgetForDOMWindow(window);
if (widget && widget->window) {
GdkWindow *gdk = widget->window;