servo-script-bindings 0.3.0

A component of the servo web-engine.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/WebIDL.py b/WebIDL.py
index c474a7ba227..a107248ef1f 100644
--- a/WebIDL.py
+++ b/WebIDL.py
@@ -2153,6 +2153,7 @@ class IDLInterface(IDLInterfaceOrNamespace):
             or identifier == "Serializable"
             or identifier == "Abstract"
             or identifier == "Inline"
+            or identifier == "Transferable"
         ):
             # Known extended attributes that do not take values
             if not attr.noArguments():
-- 
2.51.0