Commit 00d2a590 authored by Yuki Shiino's avatar Yuki Shiino Committed by Commit Bot

bindings: Remove unused [RaisesException=Constructor]

Change-Id: Ib3a6919256829e10f660317ef0970540e6088e60
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032653Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Commit-Queue: Yuki Shiino <yukishiino@chromium.org>
Cr-Commit-Position: refs/heads/master@{#737691}
parent 66fb38ee
......@@ -5,8 +5,7 @@
// Represents the sum of one or more CSSNumericValues.
// https://drafts.css-houdini.org/css-typed-om/#cssmathsum
[
Exposed=(Window,LayoutWorklet,PaintWorklet),
RaisesException=Constructor
Exposed=(Window,LayoutWorklet,PaintWorklet)
] interface CSSNumericArray {
iterable<CSSNumericValue>;
readonly attribute unsigned long length;
......
......@@ -5,8 +5,7 @@
// https://streams.spec.whatwg.org/#rs-default-controller-class-definition
[
Exposed=(Window,Worker,Worklet),
NoInterfaceObject,
RaisesException=Constructor
NoInterfaceObject
] interface ReadableStreamDefaultController {
[NotEnumerable] readonly attribute double? desiredSize;
[CallWith=ScriptState, NotEnumerable, RaisesException] void close();
......
......@@ -7,8 +7,7 @@
// https://streams.spec.whatwg.org/#rs-default-controller-class-definition
[
Exposed=(Window,Worker,Worklet),
NoInterfaceObject,
RaisesException=Constructor
NoInterfaceObject
] interface TransformStreamDefaultController {
[NotEnumerable] readonly attribute double? desiredSize;
[CallWith=ScriptState, NotEnumerable, RaisesException] void enqueue(
......
......@@ -7,8 +7,7 @@
// https://streams.spec.whatwg.org/#ws-default-controller-class-definition
[
Exposed=(Window,Worker,Worklet),
NoInterfaceObject,
RaisesException=Constructor
NoInterfaceObject
] interface WritableStreamDefaultController {
[CallWith=ScriptState, NotEnumerable] void error(optional any e);
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment