| Index: third_party/WebKit/Source/core/css/cssom/CSSCalcLength.idl
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSCalcLength.idl b/third_party/WebKit/Source/core/css/cssom/CSSCalcLength.idl
|
| deleted file mode 100644
|
| index a4dba96aadef2acd4c48846bc6f50db7f71f2455..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSCalcLength.idl
|
| +++ /dev/null
|
| @@ -1,23 +0,0 @@
|
| -[
|
| - Constructor(CSSLengthValue length),
|
| - Constructor(CSSCalcDictionary calcDictionary),
|
| - Exposed=(Window,PaintWorklet),
|
| - RaisesException=Constructor,
|
| - RuntimeEnabled=CSSTypedOM
|
| -] interface CSSCalcLength : CSSLengthValue {
|
| - readonly attribute double? px;
|
| - readonly attribute double? percent;
|
| - readonly attribute double? em;
|
| - readonly attribute double? ex;
|
| - readonly attribute double? ch;
|
| - readonly attribute double? rem;
|
| - readonly attribute double? vw;
|
| - readonly attribute double? vh;
|
| - readonly attribute double? vmin;
|
| - readonly attribute double? vmax;
|
| - readonly attribute double? cm;
|
| - readonly attribute double? mm;
|
| - readonly attribute double? in;
|
| - readonly attribute double? pc;
|
| - readonly attribute double? pt;
|
| -};
|
|
|