| Index: Source/devtools/front_end/IsolatedFileSystem.js
|
| diff --git a/Source/devtools/front_end/IsolatedFileSystem.js b/Source/devtools/front_end/IsolatedFileSystem.js
|
| index 9c0b3691ac9aa9331f6f484e3247fc3e68972cc3..d9ed743104979e080cf0416f6e510c66d6f07c25 100644
|
| --- a/Source/devtools/front_end/IsolatedFileSystem.js
|
| +++ b/Source/devtools/front_end/IsolatedFileSystem.js
|
| @@ -246,7 +246,7 @@ WebInspector.IsolatedFileSystem.prototype = {
|
|
|
| /**
|
| * @param {string} path
|
| - * @param {string} content
|
| + * @param {string} newName
|
| * @param {function(boolean, string=)} callback
|
| */
|
| renameFile: function(path, newName, callback)
|
| @@ -284,7 +284,7 @@ WebInspector.IsolatedFileSystem.prototype = {
|
| }
|
|
|
| /**
|
| - * @param {DirectoryEntry} entry
|
| + * @param {Entry} entry
|
| */
|
| function dirEntryLoaded(entry)
|
| {
|
|
|