Skip to content

Commit cc7af32

Browse files

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interfaces/WebIDL.idl

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ interface DOMException { // but see below note about ECMAScript binding
4545

4646
typedef unsigned long long DOMTimeStamp;
4747
callback Function = any (any... arguments);
48-
callback VoidFunction = void ();
48+
callback VoidFunction = undefined ();

0 commit comments

Comments
 (0)