| Index: third_party/WebKit/Source/devtools/front_end/sources/WatchExpressionsSidebarPane.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/WatchExpressionsSidebarPane.js b/third_party/WebKit/Source/devtools/front_end/sources/WatchExpressionsSidebarPane.js
|
| index 728b3073fcca3a9b6f11113b1ce8e0ae643afb19..3d4628ee515bc89c10efda96a1193d75523c3aaf 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/WatchExpressionsSidebarPane.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/WatchExpressionsSidebarPane.js
|
| @@ -250,8 +250,9 @@ WebInspector.WatchExpression = function(expression, expandController, linkifier)
|
|
|
| WebInspector.WatchExpression._watchObjectGroupId = "watch-group";
|
|
|
| +/** @enum {symbol} */
|
| WebInspector.WatchExpression.Events = {
|
| - ExpressionUpdated: "ExpressionUpdated"
|
| + ExpressionUpdated: Symbol("ExpressionUpdated")
|
| }
|
|
|
| WebInspector.WatchExpression.prototype = {
|
|
|