diff --git a/index.html b/index.html index 687365c..25e736f 100644 --- a/index.html +++ b/index.html @@ -228,8 +228,8 @@
partial interface Window { - long requestIdleCallback(IdleRequestCallback callback, optional unsigned long timeout); - void cancelIdleCallback(long handle); + unsigned long requestIdleCallback(IdleRequestCallback callback, optional unsigned long timeout); + void cancelIdleCallback(unsigned long handle); }; interface IdleDeadline { @@ -404,5 +404,5 @@Processing Model
Acknowledgments
-The editors would like to thank the following people for contributing to this specification: Sami Kyostila, Alex Clarke, Boris Zbarsky, Marcos Caceres, Jonas Sicking, Robert O'Callahan, Todd Reifsteck, Tobin Titus, Ilya Grigorik, Elliott Sprehn, Lon Ingram and Philippe Le Hegaret. +The editors would like to thank the following people for contributing to this specification: Sami Kyostila, Alex Clarke, Boris Zbarsky, Marcos Caceres, Jonas Sicking, Robert O'Callahan, Todd Reifsteck, Tobin Titus, Ilya Grigorik, Elliott Sprehn, Tetsuharu OHZEKI, Lon Ingram and Philippe Le Hegaret.