Index: Source/devtools/front_end/resources/DirectoryContentView.js |
diff --git a/Source/devtools/front_end/resources/DirectoryContentView.js b/Source/devtools/front_end/resources/DirectoryContentView.js |
index 9ec66991ba371e96111bb1f02159120f54823f5a..0719f8a7f8456452be32889f081748904c4da39f 100644 |
--- a/Source/devtools/front_end/resources/DirectoryContentView.js |
+++ b/Source/devtools/front_end/resources/DirectoryContentView.js |
@@ -101,6 +101,7 @@ WebInspector.DirectoryContentView.Node = function(entry) |
/** |
* @param {string} column |
* @param {boolean} reverse |
+ * @return {function(!WebInspector.DirectoryContentView.Node, !WebInspector.DirectoryContentView.Node):number|undefined} |
*/ |
WebInspector.DirectoryContentView.Node.comparator = function(column, reverse) |
{ |