mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Remove some fixed fixmes (#33824)
Signed-off-by: Shane Handley <shanehandley@fastmail.com>
This commit is contained in:
parent
f0285fc7e5
commit
ded518dfd0
2 changed files with 4 additions and 7 deletions
|
@ -14,7 +14,6 @@ interface ServiceWorker : EventTarget {
|
|||
attribute EventHandler onstatechange;
|
||||
};
|
||||
|
||||
// FIXME: use `includes` instead of `implements` after #22539 is fixed.
|
||||
ServiceWorker includes AbstractWorker;
|
||||
|
||||
enum ServiceWorkerState {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue