| Index: third_party/WebKit/Source/devtools/front_end/sources/TabbedEditorContainer.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/TabbedEditorContainer.js b/third_party/WebKit/Source/devtools/front_end/sources/TabbedEditorContainer.js
|
| index fab5f628e0157d8ccb240a487a2bdbe63f9f12a5..7ecc659634d7aec294f548a7578a23932d99f8ed 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/TabbedEditorContainer.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/TabbedEditorContainer.js
|
| @@ -35,7 +35,7 @@ Sources.TabbedEditorContainerDelegate.prototype = {
|
| * @param {!Workspace.UISourceCode} uiSourceCode
|
| * @return {!UI.Widget}
|
| */
|
| - viewForFile: function(uiSourceCode) {},
|
| + viewForFile(uiSourceCode) {},
|
| };
|
|
|
| /**
|
|
|