summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/streams/writable_stream_default_controller.idl
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2020-10-06 12:48:11 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-10-13 09:33:43 +0000
commit7b5b123ac58f58ffde0f4f6e488bcd09aa4decd3 (patch)
treefa14ba0ca8d2683ba2efdabd246dc9b18a1229c6 /chromium/third_party/blink/renderer/core/streams/writable_stream_default_controller.idl
parent79b4f909db1049fca459c07cca55af56a9b54fe3 (diff)
downloadqtwebengine-chromium-7b5b123ac58f58ffde0f4f6e488bcd09aa4decd3.tar.gz
BASELINE: Update Chromium to 84.0.4147.141
Change-Id: Ib85eb4cfa1cbe2b2b81e5022c8cad5c493969535 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/third_party/blink/renderer/core/streams/writable_stream_default_controller.idl')
-rw-r--r--chromium/third_party/blink/renderer/core/streams/writable_stream_default_controller.idl5
1 files changed, 1 insertions, 4 deletions
diff --git a/chromium/third_party/blink/renderer/core/streams/writable_stream_default_controller.idl b/chromium/third_party/blink/renderer/core/streams/writable_stream_default_controller.idl
index fd2327f5486..f301939cce7 100644
--- a/chromium/third_party/blink/renderer/core/streams/writable_stream_default_controller.idl
+++ b/chromium/third_party/blink/renderer/core/streams/writable_stream_default_controller.idl
@@ -5,9 +5,6 @@
// This is only used when the new C++ implementation is enabled.
// https://streams.spec.whatwg.org/#ws-default-controller-class-definition
-[
- Exposed=(Window,Worker,Worklet),
- NoInterfaceObject
-] interface WritableStreamDefaultController {
+interface WritableStreamDefaultController {
[CallWith=ScriptState, NotEnumerable] void error(optional any e);
};