| Index: third_party/WebKit/Source/devtools/front_end/components/HandlerRegistry.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/components/HandlerRegistry.js b/third_party/WebKit/Source/devtools/front_end/components/HandlerRegistry.js
|
| index 95064e3c5cbff59b2d4c42de35214b8165db334e..cc7dd270f7b9c60d9866d37f8cea9519d2c80344 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/components/HandlerRegistry.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/components/HandlerRegistry.js
|
| @@ -230,8 +230,7 @@ WebInspector.HandlerSelector = function(handlerRegistry)
|
| this._handlerRegistry.addEventListener(WebInspector.HandlerRegistry.Events.HandlersUpdated, this._update.bind(this));
|
| };
|
|
|
| -WebInspector.HandlerSelector.prototype =
|
| -{
|
| +WebInspector.HandlerSelector.prototype = {
|
| _update: function()
|
| {
|
| this.element.removeChildren();
|
|
|