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

Unified Diff: Source/devtools/front_end/IsolatedFileSystem.js

Issue 16540002: Fixed compile_frontend.py warnings. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 months 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
« no previous file with comments | « Source/devtools/front_end/DebuggerModel.js ('k') | Source/devtools/protocol.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
{
« no previous file with comments | « Source/devtools/front_end/DebuggerModel.js ('k') | Source/devtools/protocol.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698