Fix generation of nullary callbacks

This commit is contained in:
Anthony Ramine 2015-04-26 16:49:43 +02:00
parent 1389be3782
commit d4f809f95e
2 changed files with 2 additions and 5 deletions

View file

@ -4,7 +4,7 @@
* You can obtain one at http://mozilla.org/MPL/2.0/.
*/
//callback BrowserElementNextPaintEventCallback = void ();
callback BrowserElementNextPaintEventCallback = void ();
//dictionary BrowserElementDownloadOptions {
// DOMString? filename;