aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2016-05-25 14:19:05 -0400
committerJosh Matthews <josh@joshmatthews.net>2016-05-25 14:19:05 -0400
commitc727cfc4eaa2c415bcc25615ba933ee31f5ae528 (patch)
treef73aa7d6e1db13c72337cda94d1b5d73ebccc34e /components/script/dom
parent72ffe3468ab221748ce9bc2657aef39fab755b6a (diff)
downloadservo-c727cfc4eaa2c415bcc25615ba933ee31f5ae528.tar.gz
servo-c727cfc4eaa2c415bcc25615ba933ee31f5ae528.zip
Update spec link for timers.
Diffstat (limited to 'components/script/dom')
-rw-r--r--components/script/dom/webidls/Window.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/Window.webidl b/components/script/dom/webidls/Window.webidl
index 8f3cbedcc8e..5dea5d0656f 100644
--- a/components/script/dom/webidls/Window.webidl
+++ b/components/script/dom/webidls/Window.webidl
@@ -65,7 +65,7 @@
Window implements GlobalEventHandlers;
Window implements WindowEventHandlers;
-// https://html.spec.whatwg.org/multipage/#windowtimers
+// https://html.spec.whatwg.org/multipage/#timers
[NoInterfaceObject/*, Exposed=Window,Worker*/]
interface WindowTimers {
long setTimeout(Function handler, optional long timeout = 0, any... arguments);