| Index: inspector/front-end/WatchExpressionsSidebarPane.js
|
| ===================================================================
|
| --- inspector/front-end/WatchExpressionsSidebarPane.js (revision 53180)
|
| +++ inspector/front-end/WatchExpressionsSidebarPane.js (working copy)
|
| @@ -131,7 +131,8 @@
|
| }
|
| }
|
|
|
| - InspectorBackend.releaseWrapperObjectGroup(this._watchObjectGroupId)
|
| + // TODO: pass exact injected script id.
|
| + InspectorBackend.releaseWrapperObjectGroup(0, this._watchObjectGroupId)
|
| var properties = [];
|
|
|
| // Count the properties, so we known when to call this.updateProperties()
|
|
|