diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-10-16 05:46:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-16 05:46:56 -0500 |
commit | 0b697c108001f70cf0a2aca4855815e579be6838 (patch) | |
tree | c399209f664d6cd0fc062962c4637472906c0cc8 /components/compositing/surface_map.rs | |
parent | 97bcd97ebd7705df8d4d141d18e79073f71b2ba2 (diff) | |
parent | f1d0c8b8dff6baa9a368433120e619a014015a3b (diff) | |
download | servo-0b697c108001f70cf0a2aca4855815e579be6838.tar.gz servo-0b697c108001f70cf0a2aca4855815e579be6838.zip |
Auto merge of #13785 - gterzian:use_veqdequeu_in_servoparser, r=nox
switch to using DOMRefCell<VeqDeque<String>> for ServoParser::pending…
<!-- Please describe your changes on the following line: -->
The field ServoParser::pending_input should be a DOMRefCell<VeqDeque<String>>, this lets us use VecDeque::pop_front instead of Vec::remove in ServoParser::take_next_input_chunk.
---
<!-- 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 fix #13690 (github issue number if applicable).
<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because _____
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
…_input
<!-- 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/13785)
<!-- Reviewable:end -->
Diffstat (limited to 'components/compositing/surface_map.rs')
0 files changed, 0 insertions, 0 deletions