mirror of
https://github.com/servo/servo
synced 2026-04-30 19:37:43 +02:00
Cargoify servo
This commit is contained in:
12
components/script/dom/bindings/codegen/parser/module.patch
Normal file
12
components/script/dom/bindings/codegen/parser/module.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
--- WebIDL.py
|
||||
+++ WebIDL.py
|
||||
@@ -3398,6 +3398,9 @@ class IDLCallbackType(IDLType, IDLObjectWithScope):
|
||||
self._treatNonCallableAsNull = False
|
||||
self._treatNonObjectAsNull = False
|
||||
|
||||
+ def module(self):
|
||||
+ return self.location.filename().split('/')[-1].split('.webidl')[0] + 'Binding'
|
||||
+
|
||||
def isCallback(self):
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user