| Index: third_party/WebKit/Source/devtools/front_end/ui/Context.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/Context.js b/third_party/WebKit/Source/devtools/front_end/ui/Context.js
|
| index c657cb1910030bf54d5cbb905b8bf9b58603dc85..fdf8fb56337d60d1043354442afaa8ffa3bfbe05 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/Context.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/Context.js
|
| @@ -11,11 +11,9 @@ WebInspector.Context = function()
|
| this._eventDispatchers = new Map();
|
| }
|
|
|
| -/**
|
| - * @enum {string}
|
| - */
|
| +/** @enum {symbol} */
|
| WebInspector.Context.Events = {
|
| - FlavorChanged: "FlavorChanged"
|
| + FlavorChanged: Symbol("FlavorChanged")
|
| }
|
|
|
| WebInspector.Context.prototype = {
|
|
|