зеркало из https://github.com/mozilla/pjs.git
Bug 232691 - replace nsString() nsAutoString() and friends with EmptyC?String() (Maemo only bustage fix) [r=bz]
This commit is contained in:
Родитель
48adb6fa5c
Коммит
71420e614d
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче