mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Auto merge of #19724 - hindenbug:19723-remove-fixme-comments, r=metajack
Remove out of date FIXME comments from domimplementation <!-- Please describe your changes on the following line: --> This removes out of date FIXME comments from `domimplementation.rs` --- <!-- 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 - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #19723 <!-- Either: --> - [ ] There are tests for these changes OR - [x] These changes do not require tests because this is a comment cleanup <!-- 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/19724) <!-- Reviewable:end -->
This commit is contained in:
commit
aa199307c8
1 changed files with 2 additions and 2 deletions
|
@ -114,7 +114,7 @@ impl DOMImplementationMethods for DOMImplementation {
|
|||
}
|
||||
|
||||
// Step 6.
|
||||
// FIXME: https://github.com/mozilla/servo/issues/1522
|
||||
// The origin is already set
|
||||
|
||||
// Step 7.
|
||||
Ok(doc)
|
||||
|
@ -183,7 +183,7 @@ impl DOMImplementationMethods for DOMImplementation {
|
|||
}
|
||||
|
||||
// Step 8.
|
||||
// FIXME: https://github.com/mozilla/servo/issues/1522
|
||||
// The origin is already set
|
||||
|
||||
// Step 9.
|
||||
doc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue