mirror of
https://github.com/servo/servo.git
synced 2025-09-29 16:19:14 +01:00
Use patch to add arrayType in WebIDL.py (#34848)
* Remove directly modified arrayType changes in WebIDL.py Signed-off-by: Taym Haddadi <haddadi.taym@gmail.com> * Use patch to add arrayType in WebIDL.py Signed-off-by: Taym Haddadi <haddadi.taym@gmail.com> --------- Signed-off-by: Taym Haddadi <haddadi.taym@gmail.com>
This commit is contained in:
parent
c43762faea
commit
82bc7cb5bb
2 changed files with 41 additions and 0 deletions
1
third_party/WebIDL/update.sh
vendored
1
third_party/WebIDL/update.sh
vendored
|
@ -6,6 +6,7 @@ patch < union-typedef.patch
|
|||
patch < inline.patch
|
||||
patch < like-as-iterable.patch
|
||||
patch < builtin-array.patch
|
||||
patch < array-type.patch
|
||||
|
||||
wget https://hg.mozilla.org/mozilla-central/archive/tip.zip/dom/bindings/parser/tests/ -O tests.zip
|
||||
rm -r tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue