mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 16:46:26 +00:00
"pocemit ... missed the obvious"
This commit is contained in:
parent
ce9a86a96e
commit
8401011da6
@ -1152,7 +1152,7 @@ GdkCursor *nsWindow::GtkCreateCursor(nsCursor aCursorType)
|
||||
gdkcursor = gdk_cursor_new(GDK_LEFT_PTR);
|
||||
break;
|
||||
default:
|
||||
NS_ASSERTION(aCursor, "Invalid cursor type");
|
||||
NS_ASSERTION(aCursorType, "Invalid cursor type");
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user