| Index: third_party/WebKit/Source/devtools/front_end/sources/SourcesView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/SourcesView.js b/third_party/WebKit/Source/devtools/front_end/sources/SourcesView.js
|
| index f5455cacf5e2219ac4a6d31f1c1cd45bffc231aa..9aad4469aab00d2951779ab612ea9ac279797a04 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/SourcesView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/SourcesView.js
|
| @@ -687,7 +687,7 @@ Sources.SourcesView.EditorAction.prototype = {
|
| * @param {!Sources.SourcesView} sourcesView
|
| * @return {!UI.ToolbarButton}
|
| */
|
| - button: function(sourcesView) {}
|
| + button(sourcesView) {}
|
| };
|
|
|
| /**
|
|
|