| Index: third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHostAPI.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHostAPI.js b/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHostAPI.js
|
| index c9b6f1f0588e326ef6c6288ef2dde3e63ddf7d14..629bc09f21750c8f74bb370b0051fd6da90c7d5d 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHostAPI.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHostAPI.js
|
| @@ -56,7 +56,7 @@ InspectorFrontendHostAPI.Events = {
|
| SetInspectedTabId: Symbol("setInspectedTabId"),
|
| SetUseSoftMenu: Symbol("setUseSoftMenu"),
|
| ShowPanel: Symbol("showPanel")
|
| -}
|
| +};
|
|
|
| InspectorFrontendHostAPI.EventDescriptors = [
|
| [InspectorFrontendHostAPI.Events.AddExtensions, "addExtensions", ["extensions"]],
|
| @@ -305,4 +305,4 @@ InspectorFrontendHostAPI.prototype = {
|
| * @return {boolean}
|
| */
|
| isHostedMode: function() { }
|
| -}
|
| +};
|
|
|