mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Remove out of date comments from domimplementation
This commit is contained in:
parent
d41f720ee4
commit
a07ae15abc
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue