| 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)
|
| {
|
|
|