| 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 28aaadcb0cdb0a593150bea6faefe7c408ec1542..d74bfa67f9ed5c1ff5edb1257952ce7c7fbd335e 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/FilteredUISourceCodeListDelegate.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/FilteredUISourceCodeListDelegate.js
|
| @@ -19,7 +19,7 @@ WebInspector.FilteredUISourceCodeListDelegate = function(defaultScores, history)
|
| this._scorer = new WebInspector.FilePathScoreFunction("");
|
| WebInspector.workspace.addEventListener(WebInspector.Workspace.Events.UISourceCodeAdded, this._uiSourceCodeAdded, this);
|
| WebInspector.workspace.addEventListener(WebInspector.Workspace.Events.ProjectRemoved, this._projectRemoved, this);
|
| -}
|
| +};
|
|
|
| WebInspector.FilteredUISourceCodeListDelegate.prototype = {
|
| /**
|
| @@ -223,4 +223,4 @@ WebInspector.FilteredUISourceCodeListDelegate.prototype = {
|
| },
|
|
|
| __proto__: WebInspector.FilteredListWidget.Delegate.prototype
|
| -}
|
| +};
|
|
|