aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/ReadableStream.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/webidls/ReadableStream.webidl')
-rw-r--r--components/script/dom/webidls/ReadableStream.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/ReadableStream.webidl b/components/script/dom/webidls/ReadableStream.webidl
index 3662ca75ab8..d03212e3e9e 100644
--- a/components/script/dom/webidls/ReadableStream.webidl
+++ b/components/script/dom/webidls/ReadableStream.webidl
@@ -5,7 +5,7 @@
// This interface is entirely internal to Servo, and should not be accessible to
// web pages.
-[NoInterfaceObject, Exposed=(Window,Worker)]
+[LegacyNoInterfaceObject, Exposed=(Window,Worker)]
// Need to escape "ReadableStream" so it's treated as an identifier.
interface _ReadableStream {
};