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 @@ ...@@ -5,8 +5,7 @@
// Represents the sum of one or more CSSNumericValues. // Represents the sum of one or more CSSNumericValues.
// https://drafts.css-houdini.org/css-typed-om/#cssmathsum // https://drafts.css-houdini.org/css-typed-om/#cssmathsum
[ [
Exposed=(Window,LayoutWorklet,PaintWorklet), Exposed=(Window,LayoutWorklet,PaintWorklet)
RaisesException=Constructor
] interface CSSNumericArray { ] interface CSSNumericArray {
iterable<CSSNumericValue>; iterable<CSSNumericValue>;
readonly attribute unsigned long length; readonly attribute unsigned long length;
......
...@@ -5,8 +5,7 @@ ...@@ -5,8 +5,7 @@
// https://streams.spec.whatwg.org/#rs-default-controller-class-definition // https://streams.spec.whatwg.org/#rs-default-controller-class-definition
[ [
Exposed=(Window,Worker,Worklet), Exposed=(Window,Worker,Worklet),
NoInterfaceObject, NoInterfaceObject
RaisesException=Constructor
] interface ReadableStreamDefaultController { ] interface ReadableStreamDefaultController {
[NotEnumerable] readonly attribute double? desiredSize; [NotEnumerable] readonly attribute double? desiredSize;
[CallWith=ScriptState, NotEnumerable, RaisesException] void close(); [CallWith=ScriptState, NotEnumerable, RaisesException] void close();
......
...@@ -7,8 +7,7 @@ ...@@ -7,8 +7,7 @@
// https://streams.spec.whatwg.org/#rs-default-controller-class-definition // https://streams.spec.whatwg.org/#rs-default-controller-class-definition
[ [
Exposed=(Window,Worker,Worklet), Exposed=(Window,Worker,Worklet),
NoInterfaceObject, NoInterfaceObject
RaisesException=Constructor
] interface TransformStreamDefaultController { ] interface TransformStreamDefaultController {
[NotEnumerable] readonly attribute double? desiredSize; [NotEnumerable] readonly attribute double? desiredSize;
[CallWith=ScriptState, NotEnumerable, RaisesException] void enqueue( [CallWith=ScriptState, NotEnumerable, RaisesException] void enqueue(
......
...@@ -7,8 +7,7 @@ ...@@ -7,8 +7,7 @@
// https://streams.spec.whatwg.org/#ws-default-controller-class-definition // https://streams.spec.whatwg.org/#ws-default-controller-class-definition
[ [
Exposed=(Window,Worker,Worklet), Exposed=(Window,Worker,Worklet),
NoInterfaceObject, NoInterfaceObject
RaisesException=Constructor
] interface WritableStreamDefaultController { ] interface WritableStreamDefaultController {
[CallWith=ScriptState, NotEnumerable] void error(optional any e); [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