| Index: Source/devtools/front_end/sources/WatchExpressionsSidebarPane.js
|
| diff --git a/Source/devtools/front_end/sources/WatchExpressionsSidebarPane.js b/Source/devtools/front_end/sources/WatchExpressionsSidebarPane.js
|
| index 0f9bd6125fc360ae42daf71db33badbbd39ba106..24d08fc9eb2d7de0882faab7324a796c739d9ef2 100644
|
| --- a/Source/devtools/front_end/sources/WatchExpressionsSidebarPane.js
|
| +++ b/Source/devtools/front_end/sources/WatchExpressionsSidebarPane.js
|
| @@ -344,6 +344,11 @@ WebInspector.WatchExpressionsSection.prototype = {
|
| __proto__: WebInspector.ObjectPropertiesSection.prototype
|
| }
|
|
|
| +/**
|
| + * @param {!WebInspector.RemoteObjectProperty} propertyA
|
| + * @param {!WebInspector.RemoteObjectProperty} propertyB
|
| + * @return {number}
|
| + */
|
| WebInspector.WatchExpressionsSection.CompareProperties = function(propertyA, propertyB)
|
| {
|
| if (propertyA.watchIndex == propertyB.watchIndex)
|
|
|