Bug 23272 - Remove extra semicolon.
--- 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>