Add trailing semicolons for Web IDL interface declarations
authorEhsan Akhgari <ehsan@mozilla.com>
Wed, 15 Aug 2012 22:42:03 -0400
changeset 128 38a736c48855
parent 127 63f9debd3c30
child 129 f1156dd2a516
Add trailing semicolons for Web IDL interface declarations
webaudio/specification.html
--- a/webaudio/specification.html	Wed Aug 15 22:37:32 2012 -0400
+++ b/webaudio/specification.html	Wed Aug 15 22:42:03 2012 -0400
@@ -760,7 +760,7 @@
             WaveTable createWaveTable(in Float32Array real, in Float32Array imag)
                 raises(DOMException);
 
-        }
+        };
         </code></pre>
 </div>
 </div>
@@ -1066,7 +1066,7 @@
         readonly attribute unsigned long numberOfInputs;
         readonly attribute unsigned long numberOfOutputs;
 
-    }
+    };
     </code></pre>
 </div>
 </div>
@@ -1204,7 +1204,7 @@
 
     interface <dfn id="dfn-AudioSourceNode">AudioSourceNode</dfn> : AudioNode {
 
-    }
+    };
     </code></pre>
 </div>
 </div>
@@ -1238,7 +1238,7 @@
         readonly attribute unsigned long maxNumberOfChannels;
         attribute unsigned long numberOfChannels;
 
-    }
+    };
     </code></pre>
 </div>
 </div>
@@ -1322,7 +1322,7 @@
         <span class="comment">// Cancels all scheduled parameter changes with times greater than or equal to startTime. </span>
         void cancelScheduledValues(in float startTime);
 
-    }
+    };
     </code></pre>
 </div>
 </div>
@@ -1648,7 +1648,7 @@
 
         AudioGain gain;
 
-    }
+    };
     </code></pre>
 </div>
 </div>
@@ -1692,7 +1692,7 @@
 
         AudioParam delayTime;
 
-    }
+    };
     </code></pre>
 </div>
 </div>
@@ -1745,7 +1745,7 @@
 
         Float32Array getChannelData(in unsigned long channel);
 
-    }
+    };
     </code></pre>
 </div>
 </div>
@@ -1839,7 +1839,7 @@
         void noteGrainOn(in double when, in double grainOffset, in double grainDuration);
         void noteOff(in double when);
 
-    }
+    };
     </code></pre>
 </div>
 </div>
@@ -1934,7 +1934,7 @@
 
     interface <dfn id="dfn-MediaElementAudioSourceNode">MediaElementAudioSourceNode</dfn> : AudioSourceNode {
 
-    }
+    };
     </code></pre>
 </div>
 </div>
@@ -1979,7 +1979,7 @@
         
         readonly attribute long bufferSize;
 
-    }
+    };
     </code></pre>
 </div>
 </div>
@@ -2031,7 +2031,7 @@
         readonly attribute AudioBuffer inputBuffer;
         readonly attribute AudioBuffer outputBuffer; 
 
-    }
+    };
     </code></pre>
 </div>
 </div>
@@ -2738,7 +2738,7 @@
         readonly attribute AudioParam attack; // in Seconds
         readonly attribute AudioParam release; // in Seconds
 
-    }
+    };
         </code>
       </pre>
 </div>
@@ -2833,7 +2833,7 @@
                                   in Float32Array magResponse,
                                   in Float32Array phaseResponse);
 
-    }
+    };
     </code></pre>
 </div>
 </div>
@@ -3048,7 +3048,7 @@
 
         attribute Float32Array curve;
 
-    }
+    };
     </code></pre>
 </div>
 </div>
@@ -3137,7 +3137,7 @@
         void noteOff(in double when);
         void setWaveTable(in WaveTable waveTable);
 
-    }
+    };
     </code></pre>
 </div>
 </div>
@@ -3210,7 +3210,7 @@
 
     interface <dfn id="dfn-WaveTable">WaveTable</dfn> {
 
-    }
+    };
     </code></pre>
 </div>
 </div>
@@ -3237,7 +3237,7 @@
 
     interface <dfn id="dfn-MediaStreamAudioSourceNode">MediaStreamAudioSourceNode</dfn> : AudioSourceNode {
 
-    }
+    };
     </code></pre>
 </div>
 </div>