| Index: chrome/browser/resources/inspect/inspect.js
|
| diff --git a/chrome/browser/resources/inspect/inspect.js b/chrome/browser/resources/inspect/inspect.js
|
| index f3b1cf2a2905b02952607141f130dacb78ceae27..a4a27587318407bca84ba7d7e64b920c474335df 100644
|
| --- a/chrome/browser/resources/inspect/inspect.js
|
| +++ b/chrome/browser/resources/inspect/inspect.js
|
| @@ -544,7 +544,6 @@
|
| function addTargetToList(data, list, properties) {
|
| var row = document.createElement('div');
|
| row.className = 'row';
|
| - row.targetId = data.id;
|
|
|
| var propertiesBox = document.createElement('div');
|
| propertiesBox.className = 'properties-box';
|
|
|