Chromium Code Reviews| Index: chrome/test/data/webui/test_api.js |
| diff --git a/chrome/test/data/webui/test_api.js b/chrome/test/data/webui/test_api.js |
| index 2106c5a1354f53cffdaa8c5becaae2b06d117382..83335248d029c4d44ef81ff1f5796d5d41a25127 100644 |
| --- a/chrome/test/data/webui/test_api.js |
| +++ b/chrome/test/data/webui/test_api.js |
| @@ -572,7 +572,6 @@ var testing = {}; |
| } |
| var fieldName = path[path.length-1]; |
| - assertEquals(undefined, namespace[fieldName]); |
| namespace[fieldName] = theFunction; |
| } |