summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/css/cssom/css_math_min.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/css/cssom/css_math_min.idl')
-rw-r--r--chromium/third_party/blink/renderer/core/css/cssom/css_math_min.idl5
1 files changed, 2 insertions, 3 deletions
diff --git a/chromium/third_party/blink/renderer/core/css/cssom/css_math_min.idl b/chromium/third_party/blink/renderer/core/css/cssom/css_math_min.idl
index fd8fbb1d2f8..075499cdcd5 100644
--- a/chromium/third_party/blink/renderer/core/css/cssom/css_math_min.idl
+++ b/chromium/third_party/blink/renderer/core/css/cssom/css_math_min.idl
@@ -5,9 +5,8 @@
// Represents the minimum of one or more CSSNumericValues.
// https://drafts.css-houdini.org/css-typed-om/#cssmathsum
[
- Constructor(CSSNumberish... args),
- Exposed=(Window,LayoutWorklet,PaintWorklet),
- RaisesException=Constructor
+ Exposed=(Window,LayoutWorklet,PaintWorklet)
] interface CSSMathMin : CSSMathValue {
+ [RaisesException] constructor(CSSNumberish... args);
readonly attribute CSSNumericArray values;
};