Chromium Code Reviews| Index: chrome/browser/dom_ui/new_tab_ui_uitest.cc |
| =================================================================== |
| --- chrome/browser/dom_ui/new_tab_ui_uitest.cc (revision 45941) |
| +++ chrome/browser/dom_ui/new_tab_ui_uitest.cc (working copy) |
| @@ -147,7 +147,7 @@ |
| L"window.domAutomationController.send(" |
| L"(function() {" |
| L" var el = document.querySelector('#notification');" |
| - L" return hasClass(el, 'show');" |
| + L" return el.classList.contains('show');" |
| L"})()" |
| L")", |
| &has_class)); |