Remove redundant goBack method on layout test controller
https://bugs.webkit.org/show_bug.cgi?id=60976
Summary Remove redundant goBack method on layout test controller
Ian Henderson
Reported 2011-05-17 11:33:41 PDT
In http://trac.webkit.org/changeset/86644, I added a "goBack" method to LayoutTestController. It turns out that method wasn't necessary; we can call layoutTestController.queueBackNavigation instead. We should remove the goBack method and modify LayoutTests/loader/navigation-while-deferring-loads.html to use queueBackNavigation.
Attachments
Note You need to log in before you can comment on or make changes to this bug.