Bug 1437551 - Rebase on bug 1441810. r=me CLOSED TREE

This commit is contained in:
Eugen Sawin 2018-04-23 23:31:06 +02:00
Родитель aeda0a9513
Коммит bca9b0ee59
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1124,7 +1124,7 @@ public class GeckoSession extends LayerSession
* @param response This is a response which will be called with the state once it has been
* saved. Can be null if we fail to save the state for any reason.
*/
public void saveState(final Response<SessionState> response) {
public void saveState(final GeckoResponse<SessionState> response) {
mEventDispatcher.dispatch("GeckoView:SaveState", null, new EventCallback() {
@Override
public void sendSuccess(final Object result) {