mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
Add missing trait specialization.
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
@@ -317,7 +317,7 @@ impl ReadableStreamDefaultReader {
|
||||
}
|
||||
}
|
||||
|
||||
impl ReadableStreamDefaultReaderMethods for ReadableStreamDefaultReader {
|
||||
impl ReadableStreamDefaultReaderMethods<crate::DomTypeHolder> for ReadableStreamDefaultReader {
|
||||
/// <https://streams.spec.whatwg.org/#default-reader-constructor>
|
||||
fn Constructor(
|
||||
global: &GlobalScope,
|
||||
|
||||
Reference in New Issue
Block a user