mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
Fix generation of nullary callbacks
This commit is contained in:
parent
1389be3782
commit
d4f809f95e
2 changed files with 2 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue