diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2017-06-22 09:09:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-22 09:09:07 -0700 |
commit | 0fce761bb31f26f147054104c734d02d8aeb027f (patch) | |
tree | acb12831c6078587dd35d410290ba59e3c2dbcde /components/script/dom/webglframebuffer.rs | |
parent | 813eed222e14735cc6c83c341c2bff46600458f7 (diff) | |
parent | 48e04d8d8fdfd8219bc34987e73a1e8f7705d5ff (diff) | |
download | servo-0fce761bb31f26f147054104c734d02d8aeb027f.tar.gz servo-0fce761bb31f26f147054104c734d02d8aeb027f.zip |
Auto merge of #17457 - cynicaldevil:trim-parse-node-data, r=nox
Remove target and data fields from parse_node_data
<!-- Please describe your changes on the following line: -->
`parse_node_data` does not need to store `data` and `target`, they can automatically be passed as parameters to the parser operation (`ParseOperation::CreatePI`) that we already create to be processed.
Also, this frees up `process_op` from depending on the sink's `parse_node_data` field, which will later allow for the sink to exist on the parser thread separately.
---
<!-- 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
- [ ] 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/17457)
<!-- Reviewable:end -->
Diffstat (limited to 'components/script/dom/webglframebuffer.rs')
0 files changed, 0 insertions, 0 deletions