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

Unified Diff: Source/devtools/front_end/sdk/OverridesSupport.js

Issue 340513003: DevTools: Add JSDoc for static methods, fix JSDoc types and induced errors (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased patch Created 6 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/sdk/Linkifier.js ('k') | Source/devtools/front_end/sdk/SearchConfig.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/sdk/OverridesSupport.js
diff --git a/Source/devtools/front_end/sdk/OverridesSupport.js b/Source/devtools/front_end/sdk/OverridesSupport.js
index 43b38816ae1a0838e40c28fcd4fdcce0c772007c..4f42ee87c39af53e365b4475267b914beaba644b 100644
--- a/Source/devtools/front_end/sdk/OverridesSupport.js
+++ b/Source/devtools/front_end/sdk/OverridesSupport.js
@@ -260,7 +260,7 @@ WebInspector.OverridesSupport.DeviceOrientation.clearDeviceOrientationOverride =
/**
* @param {string} value
- * @return {!string}
+ * @return {string}
*/
WebInspector.OverridesSupport.integerInputValidator = function(value)
{
@@ -271,7 +271,7 @@ WebInspector.OverridesSupport.integerInputValidator = function(value)
/**
* @param {string} value
- * @return {!string}
+ * @return {string}
*/
WebInspector.OverridesSupport.doubleInputValidator = function(value)
{
@@ -282,7 +282,7 @@ WebInspector.OverridesSupport.doubleInputValidator = function(value)
/**
* @param {string} value
- * @return {!string}
+ * @return {string}
*/
WebInspector.OverridesSupport.networkDomainsValidator = function(value)
{
« no previous file with comments | « Source/devtools/front_end/sdk/Linkifier.js ('k') | Source/devtools/front_end/sdk/SearchConfig.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698