| Index: chrome/test/data/devtools/target_list/background.js
|
| diff --git a/chrome/test/data/devtools/target_list/background.js b/chrome/test/data/devtools/target_list/background.js
|
| index f28849743c4ff8d94a92689619d69b5a46786382..33645c469548d2a616e36f006ea5a98a4984dfa2 100644
|
| --- a/chrome/test/data/devtools/target_list/background.js
|
| +++ b/chrome/test/data/devtools/target_list/background.js
|
| @@ -29,7 +29,7 @@ function checkTarget(targets, url, type, opt_title, opt_faviconUrl) {
|
| var wsAddress = REMOTE_DEBUGGER_HOST + '/devtools/page/' + target.id;
|
|
|
| chrome.test.assertEq(
|
| - '/devtools/devtools.html?ws=' + wsAddress,
|
| + '/devtools/inspector.html?ws=' + wsAddress,
|
| target.devtoolsFrontendUrl);
|
| // On some platforms (e.g. Chrome OS) target.faviconUrl might be empty for
|
| // a freshly created tab. Ignore the check then.
|
|
|