| Index: ios/web/web_state/js/resources/core.js
|
| diff --git a/ios/web/web_state/js/resources/core.js b/ios/web/web_state/js/resources/core.js
|
| index c08e6791d924832f40596add09fcdb6eceeed772..5562258a72b73e7bf4ae4d4cb410ddd84a014cbf 100644
|
| --- a/ios/web/web_state/js/resources/core.js
|
| +++ b/ios/web/web_state/js/resources/core.js
|
| @@ -425,7 +425,7 @@ goog.require('__crWeb.message');
|
| invokeOnHost_({'command': 'window.history.forward'});
|
| };
|
| window.history.go = function(delta) {
|
| - invokeOnHost_({'command': 'window.history.go', 'value': delta});
|
| + invokeOnHost_({'command': 'window.history.go', 'value': delta | 0});
|
| };
|
| window.history.pushState = function(stateObject, pageTitle, pageUrl) {
|
| __gCrWeb.message.invokeOnHost(
|
|
|