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

Unified Diff: chrome/browser/resources/extensions/extension_code.js

Issue 991953002: [Closure compiler] Fix extension_error_overlay.js closure compiler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/extensions/extension_code.js
diff --git a/chrome/browser/resources/extensions/extension_code.js b/chrome/browser/resources/extensions/extension_code.js
index 826625422ceefaf47ec36a1d8964f7bcbeb5a2a6..1e95c88d9ea7ac19a7c8317ddccb83171086015c 100644
--- a/chrome/browser/resources/extensions/extension_code.js
+++ b/chrome/browser/resources/extensions/extension_code.js
@@ -30,7 +30,7 @@ cr.define('extensions', function() {
/**
* Populate the content area of the code div with the given code. This will
* highlight the erroneous section (if any).
- * @param {ExtensionHighlight} code The 'highlight' strings represent the
+ * @param {?ExtensionHighlight} code The 'highlight' strings represent the
Devlin 2015/03/09 17:35:51 This fixes the compilation error, but why is it ne
* three portions of the file's content to display - the portion which
* is most relevant and should be emphasized (highlight), and the parts
* both before and after this portion. The title is the error message,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698