DescriptionFixed a bug in the WaitUntilNavigationCompletes automation command.
Previously the hook would try to use reply_message, despite it being
owned by a scoped_ptr in the NavigationNotificationObserver. This
resulted in a segfault when the page was already loaded, as the
scoped_ptr was deleting the object when the observer was deleted.
BUG=None
TEST=functional/apptest.py
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=141278
Patch Set 1 #Patch Set 2 : Rebase. #
Messages
Total messages: 4 (0 generated)
|