Comment #1 on issue 8708 by [email protected]: Linux GTK critical in RenderWidgetHostViewGtk::UpdateCursor http://code.google.com/p/chromium/issues/detail?id=8708
We're calling view_->window on a view that hasn't been added to the hierarchy yet (window and parent are both NULL). We could NULL check window, but I don't think that's the right thing to do. This is coming from an OnMsgSetCursor, it seems like it's getting directed to the wrong view or something? -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
