| Index: third_party/WebKit/Source/core/css/cssom/CSSUnitValue.idl
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSUnitValue.idl b/third_party/WebKit/Source/core/css/cssom/CSSUnitValue.idl
|
| index 8d7dcf35177427b407466931fba7e9310bbaf55a..c00d6c4dc421876ec8f4008e9d8030ba09b9d85b 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSUnitValue.idl
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSUnitValue.idl
|
| @@ -5,7 +5,6 @@
|
| // Represents numeric values that can be expressed as a single number plus a
|
| // unit (or a naked number or percentage).
|
| // https://drafts.css-houdini.org/css-typed-om/#cssunitvalue
|
| -
|
| [
|
| Constructor(double value, DOMString unit),
|
| RaisesException=Constructor,
|
|
|