Chromium Code Reviews| Index: chrome/browser/resources/options2/inline_editable_list.js |
| diff --git a/chrome/browser/resources/options2/inline_editable_list.js b/chrome/browser/resources/options2/inline_editable_list.js |
| index 38719f75ffb085aefc1484c5714fe8ee00ea42d5..4ff56fb22f250c1eb5f84aaa2187136d03c3c59a 100644 |
| --- a/chrome/browser/resources/options2/inline_editable_list.js |
| +++ b/chrome/browser/resources/options2/inline_editable_list.js |
| @@ -356,7 +356,7 @@ cr.define('options', function() { |
| var itemAncestor = findAncestor(document.activeElement, function(node) { |
| return node instanceof InlineEditableItem; |
| }); |
| - if (itemAncestor); |
| + if (itemAncestor) |
|
Tyler Breisacher (Chromium)
2012/03/09 22:36:17
This one should be safe too, unless we're somehow
|
| document.activeElement.blur(); |
| }); |
| } |