aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/codegen/parser/update.sh
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2019-09-25 00:59:36 -0400
committerGitHub <noreply@github.com>2019-09-25 00:59:36 -0400
commit2be3c2a1afbb1424e5f22ce9657ade5b0b0762f5 (patch)
tree411f1b508c55260b3e84b9af6e0f26daeeac17ec /components/script/dom/bindings/codegen/parser/update.sh
parente6b271d32981ad95442c029bf72bd35efc88f9c5 (diff)
parent1806b9ede2f7e2b6d621900aa841a535c03a433a (diff)
downloadservo-2be3c2a1afbb1424e5f22ce9657ade5b0b0762f5.tar.gz
servo-2be3c2a1afbb1424e5f22ce9657ade5b0b0762f5.zip
Auto merge of #23987 - saschanaz:update-webidl, r=jdm
Update WebIDL parser <!-- Please describe your changes on the following line: --> This includes IDL mixin support. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes does not fix but helps #22539 / fixes #16244 <!-- Either: --> - [x] There are tests for these changes <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23987) <!-- Reviewable:end -->
Diffstat (limited to 'components/script/dom/bindings/codegen/parser/update.sh')
-rwxr-xr-xcomponents/script/dom/bindings/codegen/parser/update.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/dom/bindings/codegen/parser/update.sh b/components/script/dom/bindings/codegen/parser/update.sh
index 570b8b4506d..fee9720ab2d 100755
--- a/components/script/dom/bindings/codegen/parser/update.sh
+++ b/components/script/dom/bindings/codegen/parser/update.sh
@@ -4,7 +4,6 @@ patch < debug.patch
patch < callback-location.patch
patch < union-typedef.patch
patch < inline.patch
-patch < exposed-globals.patch
wget https://hg.mozilla.org/mozilla-central/archive/tip.tar.gz/dom/bindings/parser/tests/ -O tests.tar.gz
rm -r tests