Fix detach assertion error caused by loading messing being removed

Apparently when we delete a RootPanel's DOM element from the host
page we also must call detachNow() to remove it from the cleanup
list within GWT, otherwise the onUnload handler for the page has
an assertion error in hosted mode.

Signed-off-by: Shawn O. Pearce <sop@google.com>
1 file changed