| Index: third_party/WebKit/Source/devtools/front_end/sources/FilteredUISourceCodeListDelegate.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/FilteredUISourceCodeListDelegate.js b/third_party/WebKit/Source/devtools/front_end/sources/FilteredUISourceCodeListDelegate.js
|
| index 8baf1ed08a50ca8c295c0d15fd2eb407d04e74a7..52236beb11e3617b376cd8a7434816e5ed8794ea 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/FilteredUISourceCodeListDelegate.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/FilteredUISourceCodeListDelegate.js
|
| @@ -216,6 +216,9 @@ WebInspector.FilteredUISourceCodeListDelegate.prototype = {
|
| this.refresh();
|
| },
|
|
|
| + /**
|
| + * @override
|
| + */
|
| dispose: function()
|
| {
|
| WebInspector.workspace.removeEventListener(WebInspector.Workspace.Events.UISourceCodeAdded, this._uiSourceCodeAdded, this);
|
|
|