[html5] r5966 - [e] (0) forgot to fix this when changing the api recently

whatwg at whatwg.org whatwg at whatwg.org
Fri Mar 25 15:21:48 PDT 2011


Author: ianh
Date: 2011-03-25 15:21:47 -0700 (Fri, 25 Mar 2011)
New Revision: 5966

Modified:
   complete.html
   index
   source
Log:
[e] (0) forgot to fix this when changing the api recently

Modified: complete.html
===================================================================
--- complete.html	2011-03-25 22:14:53 UTC (rev 5965)
+++ complete.html	2011-03-25 22:21:47 UTC (rev 5966)
@@ -72323,7 +72323,7 @@
   </div>
 
   <pre class=idl>interface <dfn id=streamrecorder>StreamRecorder</dfn> {
-  <span>Blob</span> <a href=#dom-streamrecorder-getrecordeddata title=dom-StreamRecorder-getRecordedData>getRecordedData</a>(in <a href=#blobcallback>BlobCallback</a> callback);
+  void <a href=#dom-streamrecorder-getrecordeddata title=dom-StreamRecorder-getRecordedData>getRecordedData</a>(in <a href=#blobcallback>BlobCallback</a> callback);
 };
 
 [Callback=FunctionOnly, NoInterfaceObject]
@@ -97356,6 +97356,7 @@
   Simon Spiegel,
   skeww, <!-- on reddit -->
   Stanton McCandlish,
+  Stefan Håkansson,
   Stefan Haustein,
   Stefan Santesson,
   Stefan Weiss,

Modified: index
===================================================================
--- index	2011-03-25 22:14:53 UTC (rev 5965)
+++ index	2011-03-25 22:21:47 UTC (rev 5966)
@@ -72329,7 +72329,7 @@
   </div>
 
   <pre class=idl>interface <dfn id=streamrecorder>StreamRecorder</dfn> {
-  <span>Blob</span> <a href=#dom-streamrecorder-getrecordeddata title=dom-StreamRecorder-getRecordedData>getRecordedData</a>(in <a href=#blobcallback>BlobCallback</a> callback);
+  void <a href=#dom-streamrecorder-getrecordeddata title=dom-StreamRecorder-getRecordedData>getRecordedData</a>(in <a href=#blobcallback>BlobCallback</a> callback);
 };
 
 [Callback=FunctionOnly, NoInterfaceObject]
@@ -93452,6 +93452,7 @@
   Simon Spiegel,
   skeww, <!-- on reddit -->
   Stanton McCandlish,
+  Stefan Håkansson,
   Stefan Haustein,
   Stefan Santesson,
   Stefan Weiss,

Modified: source
===================================================================
--- source	2011-03-25 22:14:53 UTC (rev 5965)
+++ source	2011-03-25 22:21:47 UTC (rev 5966)
@@ -82461,7 +82461,7 @@
   </div>
 
   <pre class="idl">interface <dfn>StreamRecorder</dfn> {
-  <span>Blob</span> <span title="dom-StreamRecorder-getRecordedData">getRecordedData</span>(in <span>BlobCallback</span> callback);
+  void <span title="dom-StreamRecorder-getRecordedData">getRecordedData</span>(in <span>BlobCallback</span> callback);
 };
 
 [Callback=FunctionOnly, NoInterfaceObject]
@@ -110904,6 +110904,7 @@
   Simon Spiegel,
   skeww, <!-- on reddit -->
   Stanton McCandlish,
+  Stefan Håkansson,
   Stefan Haustein,
   Stefan Santesson,
   Stefan Weiss,




More information about the Commit-Watchers mailing list