[html5] r5949 - [e] (0) forgot to make GeneratedStream inherit from Stream
whatwg at whatwg.org
whatwg at whatwg.org
Mon Mar 14 12:20:14 PDT 2011
Author: ianh
Date: 2011-03-14 12:20:13 -0700 (Mon, 14 Mar 2011)
New Revision: 5949
Modified:
complete.html
index
source
Log:
[e] (0) forgot to make GeneratedStream inherit from Stream
Modified: complete.html
===================================================================
--- complete.html 2011-03-14 19:16:32 UTC (rev 5948)
+++ complete.html 2011-03-14 19:20:13 UTC (rev 5949)
@@ -71246,7 +71246,7 @@
};
<a href=#stream>Stream</a> implements <a href=#eventtarget>EventTarget</a>;
-interface <dfn id=generatedstream>GeneratedStream</dfn> {
+interface <dfn id=generatedstream>GeneratedStream</dfn> : <a href=#stream>Stream</a> {
void <a href=#dom-stream-stop title=dom-stream-stop>stop</a>();
// temporarily pausing the stream
Modified: index
===================================================================
--- index 2011-03-14 19:16:32 UTC (rev 5948)
+++ index 2011-03-14 19:20:13 UTC (rev 5949)
@@ -71255,7 +71255,7 @@
};
<a href=#stream>Stream</a> implements <a href=#eventtarget>EventTarget</a>;
-interface <dfn id=generatedstream>GeneratedStream</dfn> {
+interface <dfn id=generatedstream>GeneratedStream</dfn> : <a href=#stream>Stream</a> {
void <a href=#dom-stream-stop title=dom-stream-stop>stop</a>();
// temporarily pausing the stream
Modified: source
===================================================================
--- source 2011-03-14 19:16:32 UTC (rev 5948)
+++ source 2011-03-14 19:20:13 UTC (rev 5949)
@@ -81250,7 +81250,7 @@
};
<span>Stream</span> implements <span>EventTarget</span>;
-interface <dfn>GeneratedStream</dfn> {
+interface <dfn>GeneratedStream</dfn> : <span>Stream</span> {
void <span title="dom-stream-stop">stop</span>();
// temporarily pausing the stream
More information about the Commit-Watchers
mailing list