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:
bors-servo 2018-01-08 19:28:49 -06:00 committed by GitHub
commit aa199307c8

View file

@ -114,7 +114,7 @@ impl DOMImplementationMethods for DOMImplementation {
} }
// Step 6. // Step 6.
// FIXME: https://github.com/mozilla/servo/issues/1522 // The origin is already set
// Step 7. // Step 7.
Ok(doc) Ok(doc)
@ -183,7 +183,7 @@ impl DOMImplementationMethods for DOMImplementation {
} }
// Step 8. // Step 8.
// FIXME: https://github.com/mozilla/servo/issues/1522 // The origin is already set
// Step 9. // Step 9.
doc doc