diff options
author | Manoj <manoj.mk27@gmail.com> | 2018-01-08 23:23:46 +0100 |
---|---|---|
committer | Manoj <manoj.mk27@gmail.com> | 2018-01-08 23:23:46 +0100 |
commit | a07ae15abc670dc32827f6a83f4c54adec724ed7 (patch) | |
tree | 77aa630aaa942d1d2eb6c7800fea7af5087ec1b9 /components/script/dom/domimplementation.rs | |
parent | d41f720ee422f53a7c49d0877d105d8750ea404f (diff) | |
download | servo-a07ae15abc670dc32827f6a83f4c54adec724ed7.tar.gz servo-a07ae15abc670dc32827f6a83f4c54adec724ed7.zip |
Remove out of date comments from domimplementation
Diffstat (limited to 'components/script/dom/domimplementation.rs')
-rw-r--r-- | components/script/dom/domimplementation.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/dom/domimplementation.rs b/components/script/dom/domimplementation.rs index b81f9284b4a..c25908e67a7 100644 --- a/components/script/dom/domimplementation.rs +++ b/components/script/dom/domimplementation.rs @@ -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 |