Index: chrome/browser/resources/inspect/inspect.js |
diff --git a/chrome/browser/resources/inspect/inspect.js b/chrome/browser/resources/inspect/inspect.js |
index 00dda32c91b93c4d38ca6e62408ceee2a42938fc..a5bcb2f8bb2fe72ad8efb5c792e4165c3c513d4a 100644 |
--- a/chrome/browser/resources/inspect/inspect.js |
+++ b/chrome/browser/resources/inspect/inspect.js |
@@ -665,7 +665,7 @@ function unsetModal(dialog) { |
if (dialog.tabIndexes[i] === null) |
node.removeAttribute('tabindex'); |
else |
- node.setAttribute('tabindex', tabIndexes[i]); |
+ node.setAttribute('tabindex', dialog.tabIndexes[i]); |
} |
if (window.holdDevices) { |