| Index: chrome/browser/resources/inspect/inspect.js
|
| diff --git a/chrome/browser/resources/inspect/inspect.js b/chrome/browser/resources/inspect/inspect.js
|
| index a4a27587318407bca84ba7d7e64b920c474335df..f3b1cf2a2905b02952607141f130dacb78ceae27 100644
|
| --- a/chrome/browser/resources/inspect/inspect.js
|
| +++ b/chrome/browser/resources/inspect/inspect.js
|
| @@ -544,6 +544,7 @@ function addWebViewThumbnail(row, webview, screenWidth, screenHeight) {
|
| 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';
|
|
|