| Index: third_party/WebKit/Source/devtools/front_end/resources/DatabaseQueryView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/resources/DatabaseQueryView.js b/third_party/WebKit/Source/devtools/front_end/resources/DatabaseQueryView.js
|
| index c5bde5559b74bec29d8ea2aca2cbb4fb011ece60..34101364220b7a39821b04dee7ac9010e67b1b65 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/resources/DatabaseQueryView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/resources/DatabaseQueryView.js
|
| @@ -48,8 +48,9 @@ WebInspector.DatabaseQueryView = function(database)
|
| this.element.addEventListener("click", this._messagesClicked.bind(this), true);
|
| }
|
|
|
| +/** @enum {symbol} */
|
| WebInspector.DatabaseQueryView.Events = {
|
| - SchemaUpdated: "SchemaUpdated"
|
| + SchemaUpdated: Symbol("SchemaUpdated")
|
| }
|
|
|
| WebInspector.DatabaseQueryView.prototype = {
|
|
|