Index: third_party/WebKit/Source/devtools/front_end/ui_lazy/OverviewGrid.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/ui_lazy/OverviewGrid.js b/third_party/WebKit/Source/devtools/front_end/ui_lazy/OverviewGrid.js |
index 72441282114bc394615f316054a7ac4aedf200e1..4e18815e0473b2bd0719a95b67ee15ae13d6dd42 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/ui_lazy/OverviewGrid.js |
+++ b/third_party/WebKit/Source/devtools/front_end/ui_lazy/OverviewGrid.js |
@@ -179,9 +179,10 @@ WebInspector.OverviewGrid.Window = function(parentElement, dividersLabelBarEleme |
this.setEnabled(true); |
} |
+/** @enum {symbol} */ |
WebInspector.OverviewGrid.Events = { |
- WindowChanged: "WindowChanged", |
- Click: "Click" |
+ WindowChanged: Symbol("WindowChanged"), |
+ Click: Symbol("Click") |
} |
WebInspector.OverviewGrid.Window.prototype = { |