| Index: third_party/WebKit/Source/devtools/front_end/emulation/DeviceOrientation.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/emulation/DeviceOrientation.js b/third_party/WebKit/Source/devtools/front_end/emulation/DeviceOrientation.js
|
| index 71292665eacb7e0f8703f3a91ccfca2f77801c71..94a6b65fe2e4f5f3c55d3198126fec93bbd51ac7 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/emulation/DeviceOrientation.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/emulation/DeviceOrientation.js
|
| @@ -77,5 +77,5 @@ WebInspector.DeviceOrientation.parseUserInput = function(alphaString, betaString
|
| */
|
| WebInspector.DeviceOrientation.validator = function(value)
|
| {
|
| - return !value || /^([+-]?[\d]+(\.\d+)?|[+-]?\.\d+)$/.test(value);
|
| + return /^([+-]?[\d]+(\.\d+)?|[+-]?\.\d+)$/.test(value);
|
| }
|
|
|