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

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

Issue 202623004: DevTools: [JSDoc] Fix function bind()-ing against their @this annotations (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove unneeded code Created 6 years, 9 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
Index: Source/devtools/front_end/ConsoleViewMessage.js
diff --git a/Source/devtools/front_end/ConsoleViewMessage.js b/Source/devtools/front_end/ConsoleViewMessage.js
index 5815e514758e53b8bbf49d209d5aeba6570e136c..dddeab7444566183073b925614cb308b15d357b9 100644
--- a/Source/devtools/front_end/ConsoleViewMessage.js
+++ b/Source/devtools/front_end/ConsoleViewMessage.js
@@ -695,7 +695,6 @@ WebInspector.ConsoleViewMessage.prototype = {
* @param {string} format
* @param {!Array.<string>} parameters
* @param {!Element} formattedResult
- * @this {WebInspector.ConsoleViewMessage}
*/
_formatWithSubstitutionString: function(format, parameters, formattedResult)
{
« no previous file with comments | « Source/devtools/front_end/ConsoleView.js ('k') | Source/devtools/front_end/ContentProviderBasedProjectDelegate.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698