Index: Source/devtools/front_end/EditFileSystemDialog.js |
diff --git a/Source/devtools/front_end/EditFileSystemDialog.js b/Source/devtools/front_end/EditFileSystemDialog.js |
index 9c329fec84fe7227fbab2eba29406da68dcb94b4..bb2667fb760073ddd1819fb3b8bf7cfa46c0a76b 100644 |
--- a/Source/devtools/front_end/EditFileSystemDialog.js |
+++ b/Source/devtools/front_end/EditFileSystemDialog.js |
@@ -156,6 +156,11 @@ WebInspector.EditFileSystemDialog.prototype = { |
this._resize(); |
}, |
+ /** |
+ * @param {string} itemId |
+ * @param {string} columnId |
+ * @return {string} |
+ */ |
_fileMappingValuesProvider: function(itemId, columnId) |
{ |
if (!itemId) |
@@ -280,6 +285,11 @@ WebInspector.EditFileSystemDialog.prototype = { |
this._excludedFolderList.removeItem(entry.path); |
}, |
+ /** |
+ * @param {string} itemId |
+ * @param {string} columnId |
+ * @return {string} |
+ */ |
_excludedFolderValueProvider: function(itemId, columnId) |
{ |
return itemId; |