[Fuchsia] Fix web.Context's ViewProvider::CreateView() to cope with being called multiple times. |
|
Issue descriptionIf CreateView() is called multiple times for the same Frame then we'll attempt to trample a load of internal structures; we should fix it to at least tear-down any existing View, or to reject the new CreateView() if there is an existing View, rather than crash. |
|
►
Sign in to add a comment |
|
Comment 1 by w...@chromium.org
, Jan 19 (3 days ago)