| Index: tools/memory_inspector/memory_inspector/frontends/www_content/js/devices.js
|
| diff --git a/tools/memory_inspector/memory_inspector/frontends/www_content/js/devices.js b/tools/memory_inspector/memory_inspector/frontends/www_content/js/devices.js
|
| index 2686ef1599e4922f77f772b6c6927eab5c1d3ae5..f96a447001a27666c25ab3c2b119fcea3c4c97a8 100644
|
| --- a/tools/memory_inspector/memory_inspector/frontends/www_content/js/devices.js
|
| +++ b/tools/memory_inspector/memory_inspector/frontends/www_content/js/devices.js
|
| @@ -75,6 +75,7 @@ this.onDeviceSelectionChange_ = function() {
|
| if (!this.selDeviceUri_)
|
| return;
|
|
|
| + processes.clear();
|
| this.initializeSelectedDevice(false);
|
| };
|
|
|
|
|