Bug 23272 - Remove extra semicolon.
authorAaron Colwell <acolwell@chromium.org>
Tue, 24 Sep 2013 00:15:41 -0700
changeset 165 52127602e9a6
parent 164 54518467ded3
child 166 241ec21c4cff
Bug 23272 - Remove extra semicolon.
media-source/media-source-respec.html
--- a/media-source/media-source-respec.html	Tue Sep 17 09:25:14 2013 -0700
+++ b/media-source/media-source-respec.html	Tue Sep 24 00:15:41 2013 -0700
@@ -1797,7 +1797,7 @@
           <p>The total number of corrupted frames that have been detected.</p>
         </dd>
 
-        <dt>readonly attribute double totalFrameDelay;</dt>
+        <dt>readonly attribute double totalFrameDelay</dt>
         <dd>
           <p>The sum of all <a def-id="displayed-frame-delays"></a> for all displayed frames. (i.e., Frames included in the <a def-id="totalVideoFrames"></a> count, but not in the <a def-id="droppedVideoFrames"></a>
             count.</p>