Index: third_party/WebKit/Source/devtools/front_end/emulation/EmulatedDevices.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/emulation/EmulatedDevices.js b/third_party/WebKit/Source/devtools/front_end/emulation/EmulatedDevices.js |
index aca67d2cf0d885387277664521cf4ac2ef6a78da..7369d659813e05f41259b32b99b7f3dacae5fbe6 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/emulation/EmulatedDevices.js |
+++ b/third_party/WebKit/Source/devtools/front_end/emulation/EmulatedDevices.js |
@@ -395,9 +395,10 @@ WebInspector.EmulatedDevicesList = function() |
this.saveCustomDevices(); |
} |
+/** @enum {symbol} */ |
WebInspector.EmulatedDevicesList.Events = { |
- CustomDevicesUpdated: "CustomDevicesUpdated", |
- StandardDevicesUpdated: "StandardDevicesUpdated" |
+ CustomDevicesUpdated: Symbol("CustomDevicesUpdated"), |
+ StandardDevicesUpdated: Symbol("StandardDevicesUpdated") |
} |
WebInspector.EmulatedDevicesList.prototype = { |