Fix broken fragment for readAsBlob
authorArt Barstow <art.barstow@nokia.com>
Mon, 11 Feb 2013 17:49:12 -0500
changeset 19 83fa1d334241
parent 18 0f8ccb76fab6
Fix broken fragment for readAsBlob
publish/wd-streams-api-20130211.html
--- a/publish/wd-streams-api-20130211.html	Mon Feb 11 17:40:25 2013 -0500
+++ b/publish/wd-streams-api-20130211.html	Mon Feb 11 17:49:12 2013 -0500
@@ -728,7 +728,7 @@
         		<ul>
         			<li>
         				On getting, if the 
-        				<a href="#widl-StreamReader-readAsBlob-void-Stream-stream-int-maxSize">readAsBlob</a> read method is used, 
+        				<a href="#widl-StreamReader-readAsBlob-void-Stream-stream-unsigned-long-long-maxSize">readAsBlob</a> read method is used, 
         				this attribute <em class="rfc2119" title="must">must</em> return a <code>Blob</code> of the data read from the <a href="#idl-def-Stream" class="idlType"><code>Stream</code></a> 
         				with the type property set as the type of the <a href="#idl-def-Stream" class="idlType"><code>Stream</code></a>. 
         			</li>