mirror of
https://github.com/servo/servo
synced 2026-04-28 10:27:40 +02:00
Update the WebIDL parser
This commit is contained in:
@@ -139,9 +139,6 @@ def WebIDLTest(parser, harness):
|
||||
void method${i}(${type} arg);
|
||||
${type} returnMethod${i}();
|
||||
attribute ${type} attr${i};
|
||||
void arrayMethod${i}(${type}[] arg);
|
||||
${type}[] arrayReturnMethod${i}();
|
||||
attribute ${type}[] arrayAttr${i};
|
||||
void optionalMethod${i}(${type}? arg);
|
||||
""").substitute(i=i, type=type)
|
||||
interface += """
|
||||
|
||||
Reference in New Issue
Block a user