diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2017-10-27 10:16:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-27 10:16:03 -0500 |
commit | d0213b21113dbb0abeb9e121d16985256167ec62 (patch) | |
tree | e7b68b41a8ad9b6eb20957e610cf9bd66a0c882b /components/script/dom/htmldirectoryelement.rs | |
parent | d21657a9e5cfdb858c1a99a246001ceac05bb982 (diff) | |
parent | 6d6a68b5b1319fc4a43fe824046ae3b67e2ae85d (diff) | |
download | servo-d0213b21113dbb0abeb9e121d16985256167ec62.tar.gz servo-d0213b21113dbb0abeb9e121d16985256167ec62.zip |
Auto merge of #19039 - sylvestre:master, r=emilio
Support multi lines declarations in the parsing of the Fx header files
For example, in dom/base/nsGkAtomList.h, we currently have:
`GK_ATOM(mouseWheel, "mouseWheel") // For discrete wheel events (e.g. not OSX magic mouse)`
but if we change to
```
GK_ATOM(mouseWheel,
"mouseWheel") // For discrete wheel events (e.g. not OSX magic mouse)
```
The parser didn't handle the declaration
<!-- Please describe your changes on the following line: -->
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [ ] `./mach build -d` does not report any errors
- [ ] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).
<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because _____
<!-- 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/19039)
<!-- Reviewable:end -->
Diffstat (limited to 'components/script/dom/htmldirectoryelement.rs')
0 files changed, 0 insertions, 0 deletions