Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(702)

Unified Diff: third_party/WebKit/Source/devtools/front_end/sources/TabbedEditorContainer.js

Issue 2515763003: DevTools: use shorthand syntax in interface definitions. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {},
};
/**

Powered by Google App Engine
This is Rietveld 408576698